Skip to content

Commit b06a833

Browse files
authored
Merge pull request #340 from fortran-lang/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents dcab2ae + 350fdf1 commit b06a833

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v4
19+
- uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
architecture: x64
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- uses: actions/checkout@v4
48-
- uses: actions/setup-python@v4
48+
- uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: "3.x"
2525

0 commit comments

Comments
 (0)