Skip to content

Commit

Permalink
Update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Jul 16, 2024
1 parent 6830c31 commit 909bff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

# See https://github.com/marketplace/actions/setup-micromamba
- name: setup-micromamba
uses: mamba-org/setup-micromamba@v1.4.3
uses: mamba-org/setup-micromamba@v1.9.0
with:
environment-file: environment.yml
environment-name: pdaltools # activate the environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

# See https://github.com/marketplace/actions/setup-micromamba
- name: setup-micromamba
uses: mamba-org/setup-micromamba@v1.4.3
uses: mamba-org/setup-micromamba@v1.9.0
with:
environment-file: environment.yml
environment-name: pdaltools # activate the environment
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cicd_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4

# See https://github.com/marketplace/actions/setup-micromamba
- name: setup-micromamba
uses: mamba-org/setup-micromamba@v1.4.3
uses: mamba-org/setup-micromamba@v1.9.0
with:
environment-file: environment.yml
environment-name: pdaltools # activate the environment
Expand Down

0 comments on commit 909bff5

Please sign in to comment.