Skip to content

Commit 591468a

Browse files
authored
Merge pull request #428 from jupyterhub/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents e3c2b4d + e33756a commit 591468a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linkcheck.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
linkcheck:
2222
runs-on: ubuntu-22.04
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- uses: actions/setup-python@v4
2626
with:
2727
python-version: "3.11"

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-22.04
3333

3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636

3737
- uses: actions/setup-python@v4
3838
with:

0 commit comments

Comments
 (0)