Skip to content

Commit 3ac8776

Browse files
Merge pull request #71 from jupyter-server/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 13c7cf9 + acea36d commit 3ac8776

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
group: [check_release, link_check]
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
- name: Install Python
2121
uses: actions/setup-python@v4
2222
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: pre-commit
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4
1616
- uses: pre-commit/[email protected]
1717
with:
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343
- name: Install Miniconda
4444
uses: conda-incubator/setup-miniconda@v2
4545
with:

0 commit comments

Comments
 (0)