Skip to content

Commit 3c80933

Browse files
update to latest release
1 parent fafd00e commit 3c80933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM snakemake/snakemake:v5.7.1
1+
FROM snakemake/snakemake:v5.7.4
22
COPY entrypoint.sh /entrypoint.sh
33
ENTRYPOINT ["/entrypoint.sh"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Preliminary commands to run before the workflow execution.
2323
## Example usage
2424

2525
```
26-
uses: snakemake/snakemake-github-action@v1.2
26+
uses: snakemake/snakemake-github-action@v1.3
2727
with:
2828
directory: '.test'
2929
snakefile: 'workflow/Snakefile'

0 commit comments

Comments
 (0)