Skip to content

Commit 16f78bc

Browse files
Bump actions/setup-python from 1 to 4 (#611)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 764472a commit 16f78bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/mysql_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
submodules: true
4848

4949
- name: Set up Python 3.7
50-
uses: actions/setup-python@v1
50+
uses: actions/setup-python@v4
5151
with:
5252
python-version: 3.7
5353

.github/workflows/nginx_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
submodules: true
4747

4848
- name: Set up Python 3.7
49-
uses: actions/setup-python@v1
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: 3.7
5252

.github/workflows/os_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
submodules: true
4646

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

.github/workflows/ssh_hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
submodules: true
4747

4848
- name: Set up Python 3.7
49-
uses: actions/setup-python@v1
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: 3.7
5252

.github/workflows/ssh_hardening_custom_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
submodules: true
4747

4848
- name: Set up Python 3.7
49-
uses: actions/setup-python@v1
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: 3.7
5252

0 commit comments

Comments
 (0)