Skip to content

Commit 49a45d2

Browse files
authored
Merge pull request #162 from jupyterhub/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c3f1f3b + c504455 commit 49a45d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id-token: write
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- uses: actions/setup-python@v5
3838
with:
3939
python-version: "3.11"
@@ -69,7 +69,7 @@ jobs:
6969
- vncserver: turbovnc
7070

7171
steps:
72-
- uses: actions/checkout@v4
72+
- uses: actions/checkout@v5
7373

7474
- name: Set up QEMU (for docker buildx)
7575
uses: docker/setup-qemu-action@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- vncserver: turbovnc
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- uses: actions/setup-python@v5
4040
with:

0 commit comments

Comments
 (0)