diff --git a/.github/workflows/automated-end-to-end-api.yaml b/.github/workflows/automated-end-to-end-api.yaml index f878fb175..572661a8b 100644 --- a/.github/workflows/automated-end-to-end-api.yaml +++ b/.github/workflows/automated-end-to-end-api.yaml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files-yaml - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files_yaml: | src: diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6466849bb..e8ec68177 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -40,7 +40,7 @@ jobs: - name: Get changed files id: changed-files-yaml - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: path: 'web' files_ignore: | diff --git a/.github/workflows/css-lint.yaml b/.github/workflows/css-lint.yaml index 7694adea8..a5f75ca35 100644 --- a/.github/workflows/css-lint.yaml +++ b/.github/workflows/css-lint.yaml @@ -28,7 +28,7 @@ jobs: - name: Get changed files id: changed-files-yaml - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: path: 'web' files_yaml: | diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index f8b7272ad..a374e4f29 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -20,7 +20,7 @@ jobs: - name: Get changed files id: changed-files-yaml - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files_yaml: | src: @@ -62,7 +62,7 @@ jobs: - name: Get changed files id: changed-files-yaml - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files_yaml: | src: diff --git a/.github/workflows/hls-tests.yml b/.github/workflows/hls-tests.yml index 6200ad2d7..c381b91cd 100644 --- a/.github/workflows/hls-tests.yml +++ b/.github/workflows/hls-tests.yml @@ -37,7 +37,7 @@ jobs: - name: Get changed files id: changed-files-yaml - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: files_yaml: | src: diff --git a/.github/workflows/javascript-format-test-build.yml b/.github/workflows/javascript-format-test-build.yml index 5b0c94672..d8c801b71 100644 --- a/.github/workflows/javascript-format-test-build.yml +++ b/.github/workflows/javascript-format-test-build.yml @@ -46,7 +46,7 @@ jobs: - name: Get changed files id: changed-files-yaml - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: path: 'web' files_ignore: |