From 968af5f9341de55422c5b4f22733f543e8d74a70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:24:24 -0700 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v45 (#3924) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas --- .github/workflows/automated-end-to-end-api.yaml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/css-lint.yaml | 2 +- .github/workflows/go-tests.yaml | 4 ++-- .github/workflows/hls-tests.yml | 2 +- .github/workflows/javascript-format-test-build.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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: |