Skip to content

Commit

Permalink
Merge pull request #27 from variantdev/mod-up-20200520000559
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mergify[bot] authored May 20, 2020
2 parents ba9458b + 1ff89d8 commit 55bd36c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM variantdev/mod:0.18.0
FROM variantdev/mod:0.20.0

LABEL "com.github.actions.name"="variantdev/mod"
LABEL "com.github.actions.description"="Package manager for Makefile and Variantfile. Any set of files in Git/S3/GCS/HTTP as a reusable and parameterized module"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: variantdev/mod-action@v0.18.0
- uses: variantdev/mod-action@v0.20.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions variant.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
mod:
version: 0.18.0
previousVersion: 0.17.0
version: 0.20.0
previousVersion: 0.18.0

0 comments on commit 55bd36c

Please sign in to comment.