Skip to content

Commit dcab221

Browse files
Merge pull request #70 from jupyter-server/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2 parents 81ce786 + 0ada9bc commit dcab221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020
- name: Install Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: 3.9
2424
architecture: "x64"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v4
1616
- uses: pre-commit/action@v2.0.0
1717
with:
1818
extra_args: --all-files --hook-stage=manual

0 commit comments

Comments
 (0)