diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0d11a6db53df5..68a2d09ed16ab 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@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 id: changed with: files: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e095b8efcfc38..89cea874bdbcc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - id: tag run: echo "tag=$(CI_FORCE_CLEAN=1 bin/root-tag)" >> "$GITHUB_OUTPUT" - - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 id: core with: files: | @@ -45,7 +45,7 @@ jobs: .devcontainer/** **/Chart.yaml **/README* - - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 id: policy with: files: | @@ -61,7 +61,7 @@ jobs: files_ignore: | **/Chart.yaml **/README* - - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 id: multicluster with: files: | @@ -73,7 +73,7 @@ jobs: files_ignore: | **/Chart.yaml **/README* - - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 id: viz with: files: |