Skip to content

Commit

Permalink
Merge pull request #24 from variantdev/mod-up-20200314000620
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mergify[bot] authored Mar 14, 2020
2 parents b2ebc5c + 2239f20 commit ce4fc02
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.15.0
FROM variantdev/mod:0.15.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
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.15.0
previousVersion: 0.14.1
version: 0.15.1
previousVersion: 0.15.0

0 comments on commit ce4fc02

Please sign in to comment.