Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 4e4117c

Browse files
authored
Merge pull request #151 from staticdev/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents d9f0eff + 93c96e9 commit 4e4117c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: "3.10"
2323

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: "staticdev.python_developer"
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v3
27+
uses: actions/setup-python@v4
2828
with:
2929
python-version: "3.10"
3030

@@ -54,7 +54,7 @@ jobs:
5454
path: "staticdev.python_developer"
5555

5656
- name: Set up Python
57-
uses: actions/setup-python@v3
57+
uses: actions/setup-python@v4
5858
with:
5959
python-version: "3.10"
6060

0 commit comments

Comments
 (0)