Skip to content

Commit 85d7c4c

Browse files
⬆️ Bump actions/setup-python from 1 to 4.1.0 (#155)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23b8216 commit 85d7c4c

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/[email protected]
3131
- name: Set up Python
32-
uses: actions/setup-python@v1
32+
uses: actions/setup-python@v4
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/[email protected]
3333
- name: Set up Python
34-
uses: actions/setup-python@v1
34+
uses: actions/setup-python@v4
3535
with:
3636
python-version: "3.7"
3737
- name: Install poetry

0 commit comments

Comments
 (0)