Skip to content

Commit 1fc473c

Browse files
Merge pull request #25 from ChristianHinge/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents c490a1c + c58fd75 commit 1fc473c

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
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Set up Python ${{ matrix.python }}
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v4
4242
with:
4343
python-version: ${{ matrix.python }}
4444

@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v3
118118

119119
- name: Set up Python
120-
uses: actions/setup-python@v3
120+
uses: actions/setup-python@v4
121121
with:
122122
python-version: "3.10"
123123

0 commit comments

Comments
 (0)