Skip to content

Commit a74691b

Browse files
authored
Merge pull request #151 from jupyterhub/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 2f1333c + 8fd5688 commit a74691b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
publish-to-pypi:
2727
runs-on: ubuntu-20.04
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- uses: actions/setup-python@v3
3131
with:
3232
python-version: "3.9"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- 5000:5000
4545

4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v3
4848
with:
4949
# chartpress requires the full history
5050
fetch-depth: 0

0 commit comments

Comments
 (0)