Skip to content

Commit

Permalink
fix some harmless CI warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bonachea committed Sep 16, 2024
1 parent 024438f commit 44ce447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 44ce447

Please sign in to comment.