diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dd8c7d4311877..1491e700a0964 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@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: tj-actions/changed-files@c2ca2493190021783138cb8aac49bcee14b4bb89 + - uses: tj-actions/changed-files@8cdfb7636d150253dee416a80f11c67f5ba7e9be id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eda45137e99ae..e6d3be36b777d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,7 +29,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@c2ca2493190021783138cb8aac49bcee14b4bb89 + - uses: tj-actions/changed-files@8cdfb7636d150253dee416a80f11c67f5ba7e9be id: core with: files: |