Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jan 21, 2025
1 parent a115752 commit 70d198d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ jobs:
docker-images: false
swap-storage: true

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: run workflow
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
uses: snakemake/snakemake-github-action@v2
with:
directory: .test
snakefile: workflow/Snakefile
Expand All @@ -129,7 +129,7 @@ jobs:

- name: generate report
if: ${{ matrix.case.report }}
uses: snakemake/snakemake-github-action@use-conda-instead-of-docker
uses: snakemake/snakemake-github-action@v2
with:
directory: .test
snakefile: workflow/Snakefile
Expand Down

0 comments on commit 70d198d

Please sign in to comment.