Skip to content

Commit

Permalink
Merge pull request fortran-lang#147 from pseewald/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
gnikit authored Mar 28, 2023
2 parents bb9c191 + 7ef4a87 commit 273425f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: ./fortran_tests/before/*/
key: resources-${{ github.event_name }}

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"

Expand Down

0 comments on commit 273425f

Please sign in to comment.