Skip to content

Commit a0cb608

Browse files
authored
Merge pull request #988 from fortran-lang/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 1 to 5
2 parents e6ba16c + bb0a33d commit a0cb608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: actions/setup-python@v1
10+
- uses: actions/setup-python@v5
1111
with:
1212
python-version: '3.x'
1313
- name: Install dependencies

0 commit comments

Comments
 (0)