Skip to content

Commit 48ac0c9

Browse files
authored
Merge pull request #311 from jupyterhub/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 46ce46c + 1c89042 commit 48ac0c9

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
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- uses: actions/setup-python@v6
3131
with:
3232
python-version: "3.12"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pip-install-spec: "--pre jupyterhub"
4141

4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: actions/setup-python@v6
4545
with:
4646
python-version: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)