diff --git a/.github/workflows/kubernetes-ci.yml b/.github/workflows/kubernetes-ci.yml index 2841f60193..f0e7796add 100644 --- a/.github/workflows/kubernetes-ci.yml +++ b/.github/workflows/kubernetes-ci.yml @@ -38,7 +38,7 @@ jobs: echo "top_dirs=${test_directories[*]}" >> $GITHUB_OUTPUT - name: Find Changed Files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 # To compare changes between the current commit and the last pushed remote commit set `since_last_remote_commit: true`. e.g # with: # since_last_remote_commit: true