diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 8540404..590cd66 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -102,7 +102,7 @@ jobs: key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }} - name: inject go-build-cache into docker if: ${{ inputs.go-cache }} - uses: reproducible-containers/buildkit-cache-dance@v3.1.1 + uses: reproducible-containers/buildkit-cache-dance@v3.1.2 with: cache-map: | { diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 06fb3b1..728eeed 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # GitHub Workflows Release Notes -## 0.0.3-dev - 2024-07-01 +## 0.0.3-dev - 2024-07-02 ### Features @@ -31,12 +31,14 @@ ### Dependencies +- Bump reproducible-containers/buildkit-cache-dance from 3.1.1 to 3.1.2 (PR #129 + by @dependabot[bot]) +- Bump docker/build-push-action from 5 to 6 (PR #125 by @dependabot[bot]) - Bump actions/add-to-project from 1.0.1 to 1.0.2 (PR #127 by @dependabot[bot]) - Bump reproducible-containers/buildkit-cache-dance from 3.1.0 to 3.1.1 (PR #128 by @dependabot[bot]) - Bump dawidd6/action-download-artifact from 5 to 6 (PR #126 by @dependabot[bot]) -- Bump docker/build-push-action from 5 to 6 (PR #125 by @dependabot[bot]) - Bump dawidd6/action-download-artifact from 4 to 5 (PR #123 by @dependabot[bot]) - Bump dawidd6/action-download-artifact from 3 to 4 (PR #122 by