diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7d2131da26969..5a267c2688250 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@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + - uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f6afdac9186b5..66103caa00049 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@6b2903bdce6310cfbddd87c418f253cf29b2dec9 + - uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c id: core with: files: |