Skip to content

Commit a443897

Browse files
authored
Merge pull request #1501 from jupyterhub/dependabot/github_actions/actions/setup-python-4
build(deps): bump actions/setup-python from 3 to 4
2 parents 3755121 + 5a1c062 commit a443897

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
traefik-enabled: false
3434
docker-enabled: true
3535

36-
- uses: actions/setup-python@v3
36+
- uses: actions/setup-python@v4
3737
with:
3838
python-version: "3.9"
3939

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
# chartpress requires the full history
4141
fetch-depth: 0
42-
- uses: actions/setup-python@v3
42+
- uses: actions/setup-python@v4
4343
with:
4444
python-version: "3.9"
4545

@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
# Versioneer requires past tags
109109
fetch-depth: 0
110-
- uses: actions/setup-python@v3
110+
- uses: actions/setup-python@v4
111111
with:
112112
python-version: "3.9"
113113
- name: Install pypa/build

.github/workflows/test-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# correctly
3737
fetch-depth: 0
3838

39-
- uses: actions/setup-python@v3
39+
- uses: actions/setup-python@v4
4040
with:
4141
python-version: "3.9"
4242

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
npm install
109109
npm run webpack
110110
111-
- uses: actions/setup-python@v3
111+
- uses: actions/setup-python@v4
112112
id: setup-python
113113
with:
114114
python-version: "3.9"
@@ -301,7 +301,7 @@ jobs:
301301
path: ~/.npm
302302
key: node-${{ steps.setup-node.outputs.node-version }}-${{ hashFiles('**/package.json') }}-${{ github.job }}
303303

304-
- uses: actions/setup-python@v3
304+
- uses: actions/setup-python@v4
305305
id: setup-python
306306
with:
307307
python-version: "3.10"

0 commit comments

Comments
 (0)