diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8537902fd..6553e258b 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@c34c1c13a740b06851baff92ab9a653d93ad6ce7 + - uses: tj-actions/changed-files@5426ecc3f5c2b10effaefbd374f0abdc6a571b2f id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9416e69aa..ca3a21f65 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@c34c1c13a740b06851baff92ab9a653d93ad6ce7 + - uses: tj-actions/changed-files@5426ecc3f5c2b10effaefbd374f0abdc6a571b2f id: core with: files: |