Skip to content

Commit 35fcbf9

Browse files
authored
Merge pull request #83 from jupyterhub/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents f2eaf4c + b2c8398 commit 35fcbf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
36+
- uses: actions/checkout@v7
3737
- uses: actions/setup-python@v6
3838
with:
3939
python-version: "3.12"

.github/workflows/test.yaml

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

5050
steps:
51-
- uses: actions/checkout@v6
51+
- uses: actions/checkout@v7
5252
- uses: actions/setup-node@v6
5353
with:
5454
node-version: "lts/*"

0 commit comments

Comments
 (0)