Skip to content

Commit 7ef4a87

Browse files
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb9c191 commit 7ef4a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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)