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 @@ -128,7 +128,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.0
uses: reproducible-containers/buildkit-cache-dance@v3.3.1
with:
cache-map: |
{
Expand All @@ -146,7 +146,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.0
uses: reproducible-containers/buildkit-cache-dance@v3.3.1
with:
cache-map: |
{
Expand Down
6 changes: 4 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@

### Dependencies

- Bump aws-actions/configure-aws-credentials from 5 to 6 (PR #243 by
@dependabot[bot])
- Bump WyriHaximus/github-action-get-previous-tag from 1 to 2 (PR #245 by
@dependabot[bot])
- Bump aws-actions/configure-aws-credentials from 5 to 6 (PR #243 by
@dependabot[bot])
- Bump reproducible-containers/buildkit-cache-dance from 3.3.0 to 3.3.1 (PR #244
by @dependabot[bot])
- Bump dawidd6/action-download-artifact from 12 to 14 (PR #241 by
@dependabot[bot])
- Bump dawidd6/action-download-artifact from 11 to 12 (PR #227 by
Expand Down
Loading