Skip to content

Commit

Permalink
CI: Update to latest action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtvl committed Aug 9, 2024
1 parent 2a2a6df commit 3073ebf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: cycles

- name: Restore Libraries
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: cycles/.git/modules/lib
key: libs-${{ matrix.os }}
Expand All @@ -72,7 +72,7 @@ jobs:
run: ${{ matrix.make }} update

- name: Cache Libraries
uses: actions/cache/save@v3
uses: actions/cache/save@v4
if: always()
with:
path: cycles/.git/modules/lib
Expand Down

0 comments on commit 3073ebf

Please sign in to comment.