diff --git a/.github/workflows/update-apko.yaml b/.github/workflows/update-apko.yaml index 17a1b78..43a53b0 100644 --- a/.github/workflows/update-apko.yaml +++ b/.github/workflows/update-apko.yaml @@ -47,7 +47,7 @@ jobs: echo "create_pr_update=true" >> $GITHUB_OUTPUT # Configure signed commits - - uses: chainguard-dev/actions/setup-gitsign@7bd1e94b2a1b7faa891392757de7d89489070c5c # v1.6.32 + - uses: chainguard-dev/actions/setup-gitsign@142d22e4cec7c824db396585b9bc86f76f7c1732 # v1.6.35 if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }} # Based on usage in https://github.com/chainguard-dev/digestabot/blob/main/action.yml