diff --git a/.github/workflows/__main-ci.yml b/.github/workflows/__main-ci.yml index f1e59ad1..161d8dac 100644 --- a/.github/workflows/__main-ci.yml +++ b/.github/workflows/__main-ci.yml @@ -83,7 +83,7 @@ jobs: release: needs: ci if: github.event_name != 'schedule' - uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@281fe4959997eea619bf3a4be4fde2f16b8b6d0c # 0.23.3 permissions: contents: read with: diff --git a/actions/docker/build-image/action.yml b/actions/docker/build-image/action.yml index cf780186..cd61c1b9 100644 --- a/actions/docker/build-image/action.yml +++ b/actions/docker/build-image/action.yml @@ -303,7 +303,7 @@ runs: # Caching setup - id: cache-arguments - uses: int128/docker-build-cache-config-action@600f417a89b22227409391339c1c425ba46b5e07 # v1.56.0 + uses: int128/docker-build-cache-config-action@1bdbbd61b3eea23c7e7a121eb15dd9b0a9ec7d97 # v1.57.0 with: image: ${{ steps.get-docker-config.outputs.cache-image }} flavor: ${{ steps.get-docker-config.outputs.cache-flavor }}