Skip to content

Commit e2e11a1

Browse files
authored
Merge pull request #160 from pseewald/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 31f3e18 + 92a8816 commit e2e11a1

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
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Setup Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.x"
1919

.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@v4
54+
- uses: actions/setup-python@v5
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@v4
78+
- uses: actions/setup-python@v5
7979
with:
8080
python-version: "3.x"
8181

0 commit comments

Comments
 (0)