Skip to content

Commit db976de

Browse files
authored
Merge pull request #28 from fortran-lang/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents b9e4cdc + d17e7c8 commit db976de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run:
1919
shell: ${{ matrix.sys.shell }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.11"
@@ -58,7 +58,7 @@ jobs:
5858
permissions:
5959
id-token: write
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
- uses: actions/download-artifact@v4
6363
with:
6464
pattern: python-wheels*

0 commit comments

Comments
 (0)