Skip to content

Commit

Permalink
Merge pull request #69 from eWaterCycle/apptainer-136
Browse files Browse the repository at this point in the history
Apptainer 136
  • Loading branch information
sverhoeven authored Jan 7, 2025
2 parents 49d1318 + 22b315b commit 3f706d8
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 30 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- '1.0.3'
- '1.1.9'
- '1.3.0'
- '1.3.6'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
- uses: actions/checkout@v2
- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
apptainer-version: 1.3.6
- name: Run an apptainer container
run: apptainer run docker://alpine cat /etc/os-release
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
apptainer-version:
description: Version of apptainer to setup
required: false
default: 1.3.0
default: 1.3.6
runs:
using: 'node20'
main: 'dist/index.js'
Expand Down
62 changes: 34 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3f706d8

Please sign in to comment.