Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}
- name: inject go-build-cache into docker
if: ${{ inputs.go-cache || inputs.language-cache == 'go' }}
uses: reproducible-containers/buildkit-cache-dance@v3.3.2
uses: reproducible-containers/buildkit-cache-dance@v3.4.0
with:
cache-map: |
{
Expand All @@ -148,7 +148,7 @@ jobs:
key: ${{ runner.os }}-node-build-cache-${{ hashFiles('**/yarn.lock') }}
- name: inject node-build-cache into docker
if: ${{ inputs.language-cache == 'javascript' }}
uses: reproducible-containers/buildkit-cache-dance@v3.3.2
uses: reproducible-containers/buildkit-cache-dance@v3.4.0
with:
cache-map: |
{
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@

### Dependencies

- Bump reproducible-containers/buildkit-cache-dance from 3.3.2 to 3.4.0 (PR #290
by @dependabot[bot])
- Bump actions/add-to-project from 1.0.2 to 2.0.0 (PR #288 by @dependabot[bot])
- Bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.0.0 (PR #289 by
@dependabot[bot])
Expand Down
Loading