Skip to content

Commit 0066ca9

Browse files
Merge pull request #13 from snakemake/update-to-v6-4-0
update to v6.4.0
2 parents e88d2d8 + 810f83d commit 0066ca9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM snakemake/snakemake:v6.3.0
1+
FROM snakemake/snakemake:v6.4.0
22
COPY entrypoint.sh /entrypoint.sh
33
ENV CONDA_ENVS_PATH /github/workspace/.conda
44
ENTRYPOINT ["/entrypoint.sh"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Preliminary commands to run before the workflow execution.
2424

2525
```yaml
2626
- name: Linting
27-
uses: snakemake/snakemake-github-action@v1.18.0
27+
uses: snakemake/snakemake-github-action@v1.19.0
2828
with:
2929
directory: '.test'
3030
snakefile: 'workflow/Snakefile'
3131
args: '--lint'
3232
- name: Testing
33-
uses: snakemake/snakemake-github-action@v1.18.0
33+
uses: snakemake/snakemake-github-action@v1.19.0
3434
with:
3535
directory: '.test'
3636
snakefile: 'workflow/Snakefile'

0 commit comments

Comments
 (0)