diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c86373868fd5b..715a9182964c2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }} steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - - uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 + - uses: tj-actions/changed-files@dbf178ceecb9304128c8e0648591d71208c6e2c9 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6b5ea1532bf57..826a35388da91 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@d03a93c0dbfac6d6dd6a0d8a5e7daff992b07449 + - uses: tj-actions/changed-files@dbf178ceecb9304128c8e0648591d71208c6e2c9 id: core with: files: |