Skip to content

Commit

Permalink
[.github/actions/build-test-container]: Bump the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/actions/build-test-container with 1 update: [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance).


Updates `reproducible-containers/buildkit-cache-dance` from 2.1.4 to 3.0.0
- [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases)
- [Commits](reproducible-containers/buildkit-cache-dance@v2.1.4...v3.0.0)

---
updated-dependencies:
- dependency-name: reproducible-containers/buildkit-cache-dance
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 67daf1a commit 2ceacab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
path: container-test-template-cache
key: ${{ runner.os }}-test-template-cache-${{ hashFiles('containers/test-template/**') }}-${{ inputs.python-version }}
- name: Inject container-test-template-cache into docker
uses: reproducible-containers/buildkit-cache-dance@v2.1.4
uses: reproducible-containers/buildkit-cache-dance@v3.0.0
with:
cache-source: container-test-template-cache
- name: Build Docker container for cache
Expand Down

0 comments on commit 2ceacab

Please sign in to comment.