diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 68439b9ad91aa..61e4e3c66b89f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f + - uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ed4d3698779d3..062295fc1b7d0 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@d6e91a2266cdb9d62096cebf1e8546899c6aa18f + - uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 id: core with: files: |