diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5f5700c796f84..fe42bda5c471b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: tj-actions/changed-files@cc3bbb0c526f8ee1d282f8c5f9f4e50745a5b457 + - uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5fa62ae1266f0..37eac3a96b102 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@cc3bbb0c526f8ee1d282f8c5f9f4e50745a5b457 + - uses: tj-actions/changed-files@cc733854b1f224978ef800d29e4709d5ee2883e4 id: core with: files: |