Skip to content

Commit 1e8171f

Browse files
Merge pull request #304 from robbievanleeuwen/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 7eda5a1 + 3cce82b commit 1e8171f

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
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: "3.9"
2222

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v4
3535

3636
- name: Set up Python ${{ matrix.python }}
37-
uses: actions/setup-python@v3
37+
uses: actions/setup-python@v4
3838
with:
3939
python-version: ${{ matrix.python }}
4040

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

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

0 commit comments

Comments
 (0)