diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ac9980e3ff265..97964157fd35c 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 + - uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c6a4e51a88628..d1147686ee76d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 + - uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 id: core with: files: |