diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 945594852232c..b36903ef4371c 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@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + - uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d15ce3d9ce1d6..be8faceead11f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + - uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 id: core with: files: |