Skip to content

Commit

Permalink
🌱 Bump ScribeMD/docker-cache from 0.4.0 to 0.5.0 (#225)
Browse files Browse the repository at this point in the history
Bumps [ScribeMD/docker-cache](https://github.com/scribemd/docker-cache) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/scribemd/docker-cache/releases)
- [Changelog](https://github.com/ScribeMD/docker-cache/blob/main/CHANGELOG.md)
- [Commits](ScribeMD/docker-cache@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: ScribeMD/docker-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 21ec3f6 commit 5343789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
check-latest: true

- name: Docker cache
uses: ScribeMD/docker-cache@0.4.0
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}}

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
check-latest: true

- name: Docker cache
uses: ScribeMD/docker-cache@0.4.0
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}}

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- uses: actions/checkout@v4

- name: Docker cache
uses: ScribeMD/docker-cache@0.4.0
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}

Expand Down

0 comments on commit 5343789

Please sign in to comment.