Skip to content

Commit

Permalink
Update versions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
verku committed Nov 19, 2024
1 parent 82e6149 commit c882406
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gerp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.1.4
apptainer-version: 1.3.5

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
channels: conda-forge,bioconda
activate-environment: generode
environment-file: environment.yml
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/mitogenome_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.1.4
apptainer-version: 1.3.5

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
channels: conda-forge,bioconda
activate-environment: generode
environment-file: environment.yml
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/mlRho_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.1.4
apptainer-version: 1.3.5

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
channels: conda-forge,bioconda
activate-environment: generode
environment-file: environment.yml
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/pca_roh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.1.4
apptainer-version: 1.3.5

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
channels: conda-forge,bioconda
activate-environment: generode
environment-file: environment.yml
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/snpeff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.1.4
apptainer-version: 1.3.5

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
channels: conda-forge,bioconda
activate-environment: generode
environment-file: environment.yml
Expand Down

0 comments on commit c882406

Please sign in to comment.