Skip to content

Commit

Permalink
Update actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg committed Aug 22, 2024
1 parent 4aa8c92 commit 6691abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- dry-run
- integration
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -42,7 +42,7 @@ jobs:

- name: Cache conda environment
id: conda-cache
uses: actions/cache@v2
uses: actions/cache@v4
env:
# Increase this value to manually invalidate the cache
CACHE_NUMBER: 0
Expand All @@ -60,7 +60,7 @@ jobs:
singularity-version: 3.6.4

- name: Cache singularity images
uses: actions/cache@v3
uses: actions/cache@v4
env:
# Increase this value to manually invalidate the cache
CACHE_NUMBER: 0
Expand Down

0 comments on commit 6691abe

Please sign in to comment.