Skip to content

Commit

Permalink
Merge pull request #30 from variantdev/mod-up-20200708001254
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mergify[bot] authored Jul 8, 2020
2 parents 65e744c + ae07e8a commit a1263ed
Show file tree
Hide file tree
Showing 3 changed files with 5 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.21.0
FROM variantdev/mod:0.21.1

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/[email protected].0
- uses: variantdev/[email protected].1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
5 changes: 3 additions & 2 deletions variant.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependencies:
mod:
version: 0.21.0
previousVersion: 0.20.0
version: 0.21.1
previousVersion: 0.21.0
versions:
- 0.21.0
- 0.21.1

0 comments on commit a1263ed

Please sign in to comment.