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 49966b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

- name: Install Dependencies Ubuntu
run: |
Expand All @@ -21,7 +21,7 @@ jobs:
ford ford.md
- name: Upload Documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: documentation
path: doc/html
Expand Down

0 comments on commit 49966b2

Please sign in to comment.