Skip to content

Commit

Permalink
Bump GitHub actions versions for checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Jan 7, 2024
1 parent 4615c00 commit aeb3c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
toolchain: { compiler: intel-classic, version: "2021.9" }

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: awvwgk/setup-fortran@v1
id: setup-fortran
Expand All @@ -39,8 +39,8 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Check formatting
run: |
pip install fprettify
Expand Down

0 comments on commit aeb3c89

Please sign in to comment.