Skip to content

Commit

Permalink
fix: bump apptainer version to match ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioseel committed Jan 13, 2025
1 parent a197daa commit 1517f0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
apptainer-version: 1.3.6

- name: Cache Singularity Image
id: cache-singularity
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
apptainer-version: 1.3.6

- name: Cache Singularity Image
id: cache-singularity
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
apptainer-version: 1.3.6
- name: Retrieve cached sif file
id: cache-singularity
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Setup Apptainer
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
apptainer-version: 1.3.6
- name: Cache Singularity Image
id: cache-singularity
uses: actions/cache@v4
Expand Down

0 comments on commit 1517f0d

Please sign in to comment.