Skip to content

Commit cf4ef84

Browse files
authored
Merge pull request #2309 from jepler/update-actions-setup-python
bump version of setup-python to fix deprecation warning
2 parents 0816fb5 + f9bc9aa commit cf4ef84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
spdx:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/setup-python@v2
9+
- uses: actions/setup-python@v4
1010
with:
1111
python-version: "3.x"
1212
- name: Checkout Current Repo
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/setup-python@v2
26+
- uses: actions/setup-python@v4
2727
with:
2828
python-version: "3.x"
2929
- uses: actions/checkout@v2
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Set up Python 3.x
91-
uses: actions/setup-python@v1
91+
uses: actions/setup-python@v4
9292
with:
9393
python-version: "3.x"
9494
- name: Versions

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/[email protected]
2525

2626
- name: Set up Python 3.x
27-
uses: actions/setup-python@v1
27+
uses: actions/setup-python@v4
2828
with:
2929
python-version: "3.x"
3030

0 commit comments

Comments
 (0)