Skip to content

Commit

Permalink
Merge pull request #988 from fortran-lang/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5

Bump actions/setup-python from 1 to 5
  • Loading branch information
gnikit authored Jan 21, 2024
2 parents e6ba16c + bb0a33d commit a0cb608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit a0cb608

Please sign in to comment.