Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed May 17, 2024
1 parent fa9c1d6 commit b98955c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
steps:

- name: checkout-pfunit
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Goddard-Fortran-Ecosystem/pFUnit
path: pfunit

- name: cache-pfunit
id: cache-pfunit
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/pfunit
key: pfunit-${{ runner.os }}-gcc-1
Expand All @@ -31,7 +31,7 @@ jobs:
cmake --install pfunit/build
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: build
run: |
Expand Down

0 comments on commit b98955c

Please sign in to comment.