Skip to content

Commit 273425f

Browse files
authored
Merge pull request #147 from pseewald/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents bb9c191 + 7ef4a87 commit 273425f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: ./fortran_tests/before/*/
5252
key: resources-${{ github.event_name }}
5353

54-
- uses: actions/setup-python@v3
54+
- uses: actions/setup-python@v4
5555
with:
5656
python-version: ${{ matrix.python }}
5757

@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676

7777
steps:
78-
- uses: actions/setup-python@v3
78+
- uses: actions/setup-python@v4
7979
with:
8080
python-version: "3.x"
8181

0 commit comments

Comments
 (0)