Skip to content

Commit 05bccff

Browse files
authored
Merge pull request #1722 from jupyter/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 5cd0b55 + 92d31d9 commit 05bccff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker-amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v3
6262

6363
- name: Set Up Python 🐍
64-
uses: actions/setup-python@v3
64+
uses: actions/setup-python@v4
6565
with:
6666
python-version: 3.x
6767

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v3
7777

7878
- name: Set Up Python 🐍
79-
uses: actions/setup-python@v3
79+
uses: actions/setup-python@v4
8080
with:
8181
python-version: 3.x
8282

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Set Up Python 🐍
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.x
2727

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Set Up Python 🐍
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v4
4242
with:
4343
python-version: 3.9
4444

0 commit comments

Comments
 (0)