Skip to content

Commit 7e459e0

Browse files
authored
Merge pull request #549 from jupyterhub/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 87e4358 + 0aa361b commit 7e459e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id-token: write
3434

3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- uses: actions/setup-python@v6
3838
with:
3939
python-version: "3.11"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
pip-install-spec: "jupyterhub==5.*"
4747

4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
- uses: actions/setup-python@v6
5151
with:
5252
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)