diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 61c8ea0d3..bbab4e615 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@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 + - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 04c498a48..1edb60ec3 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@40853de9f8ce2d6cfdc73c1b96f14e22ba44aec4 + - uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 id: core with: files: |