Skip to content

Commit a2e80cc

Browse files
authored
Merge pull request #1043 from jupyterhub/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f13aef7 + f49c598 commit a2e80cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
extra_flags: --upgrade-from=1
6060

6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
- uses: actions/setup-python@v5
6464
with:
6565
python-version: "3.10"
@@ -122,7 +122,7 @@ jobs:
122122
distro_image: "ubuntu:22.04"
123123

124124
steps:
125-
- uses: actions/checkout@v4
125+
- uses: actions/checkout@v5
126126
- uses: actions/setup-python@v5
127127
with:
128128
python-version: "3.10"

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python_version: "3.12"
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
- uses: actions/setup-python@v5
5353
with:
5454
python-version: "${{ matrix.python_version }}"

0 commit comments

Comments
 (0)