Skip to content

Commit 2728d15

Browse files
authored
Merge pull request #180 from jupyterhub/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 8b44a45 + 1d8925f commit 2728d15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-20.04
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Set up Python
2525
uses: actions/setup-python@v2
2626
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
echo "PATH=$PWD/bin:$PATH" >> $GITHUB_ENV
5656
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858
# NOTE: actions/setup-python@v2 make use of a cache within the GitHub base
5959
# environment and setup in a fraction of a second.
6060
- name: Install Python ${{ matrix.python }}

0 commit comments

Comments
 (0)