Skip to content

Commit d4bad90

Browse files
dependabot[bot]Guts
authored andcommitted
Update actions/setup-python requirement to v2.1.4
Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/41b7212b1668f5de9d65e9c82aa777e6bbedb3a8) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21a931b commit d4bad90

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy_master_to_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v1
25+
uses: actions/setup-python@v2.1.4
2626
with:
2727
python-version: 3.8
2828

.github/workflows/pr_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Set up Python 3.8
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v2.1.4
2424
with:
2525
python-version: 3.8
2626

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Set up Python 3.7
23-
uses: actions/setup-python@v1
23+
uses: actions/setup-python@v2.1.4
2424
with:
2525
python-version: 3.7
2626

.github/workflows/pre-commit_autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v2
20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v2.1.4
2121
with:
2222
python-version: ${{ env.PYTHON_VERSION }}
2323

0 commit comments

Comments
 (0)