Skip to content

Commit a7a8524

Browse files
⬆️ Bump actions/setup-python from 1 to 4.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 984c945 commit a7a8524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: Set up Python
32-
uses: actions/setup-python@v1
32+
uses: actions/setup-python@v4.1.0
3333
with:
3434
python-version: "3.7"
3535
- name: Install Dependencies

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Set up Python
34-
uses: actions/setup-python@v1
34+
uses: actions/setup-python@v4.1.0
3535
with:
3636
python-version: "3.7"
3737
- name: Install poetry

0 commit comments

Comments
 (0)