diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 968ccd0cba069..6e0110f2136af 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf + - uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7ce29703f4415..bc22f179b664d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf + - uses: tj-actions/changed-files@bab30c2299617f6615ec02a68b9a40d10bd21366 id: core with: files: |