Skip to content

Commit a8016be

Browse files
dependabot[bot]Lionel Untereiner
authored andcommitted
ci(deps): bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04aa9e6 commit a8016be

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-publish-test-repo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.9'
2222

@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444

4545
- name: Set up Python
46-
uses: actions/setup-python@v2
46+
uses: actions/setup-python@v4
4747
with:
4848
python-version: '3.9'
4949

@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080

8181
- name: Set up Python
82-
uses: actions/setup-python@v2
82+
uses: actions/setup-python@v4
8383
with:
8484
python-version: '3.9'
8585

.github/workflows/ci-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
python-version: '3.9'
2424

@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646

4747
- name: Set up Python
48-
uses: actions/setup-python@v2
48+
uses: actions/setup-python@v4
4949
with:
5050
python-version: '3.9'
5151

@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282

8383
- name: Set up Python
84-
uses: actions/setup-python@v2
84+
uses: actions/setup-python@v4
8585
with:
8686
python-version: '3.9'
8787

0 commit comments

Comments
 (0)