diff --git a/.github/workflows/08-deploy-to-k8s-using-runner-label.yml b/.github/workflows/08-deploy-to-k8s-using-runner-label.yml index a211342d28..cc4f583e5f 100644 --- a/.github/workflows/08-deploy-to-k8s-using-runner-label.yml +++ b/.github/workflows/08-deploy-to-k8s-using-runner-label.yml @@ -22,12 +22,12 @@ jobs: fetch-depth: 0 - name: Check dev folder changes id: check-dev-folder - uses: tj-actions/changed-files@v14.1 + uses: tj-actions/changed-files@v41 with: files: deployment/dev - name: Check prod folder changes id: check-prod-folder - uses: tj-actions/changed-files@v14.1 + uses: tj-actions/changed-files@v41 with: files: deployment/prod - name: set dev output