Skip to content

Commit

Permalink
fix(CI): update GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Sep 21, 2024
1 parent f115d56 commit 54e5adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v4

- uses: fortran-lang/setup-fpm@v4
- uses: fortran-lang/setup-fpm@v6.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-with-flang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- uses: fortran-lang/setup-fpm@v4
- uses: fortran-lang/setup-fpm@v6.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 54e5adc

Please sign in to comment.