diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75275c4..f5a3ab6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build Docker images id: build - uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 with: # provenance: false is needed to avoid unkown/unknown os/arch on ghcr # see: https://github.com/docker/build-push-action/issues/820 diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 246b45c..02c96d0 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -27,7 +27,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create pull request - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f if: github.ref_name == 'main' with: token: ${{ secrets.GITHUB_TOKEN }}