diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2d95aa9c4b..51bbebc974 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 # note: after this action is pushed, whatever this ends up being should go back to latest. - - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:2806c6873f55ef6840e4ebea43a0f27b98f95516 + - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest id: filter_go with: github_token: ${{ secrets.WORKFLOW_PAT || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/goreleaser-actions.yml b/.github/workflows/goreleaser-actions.yml index d9e593458d..e5c1b0df71 100644 --- a/.github/workflows/goreleaser-actions.yml +++ b/.github/workflows/goreleaser-actions.yml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 submodules: 'recursive' - - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:2806c6873f55ef6840e4ebea43a0f27b98f95516 + - uses: docker://ghcr.io/synapsecns/sanguine/git-changes-action:latest id: filter_go with: github_token: ${{ secrets.WORKFLOW_PAT || secrets.GITHUB_TOKEN }}