From f07ade7c096eedb62ff862c839ca16d369bfa686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:22:01 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 44 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/test-worker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c6b3400..fa6c3db 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 50 # Assume PRs are less than 50 commits - name: Find changed files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 id: changed-files with: files_yaml: | diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b59a4e9..5ebf1ed 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 50 # Assume PRs are less than 50 commits - name: Find changed files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 id: changed-files with: files_yaml: | diff --git a/.github/workflows/test-worker.yml b/.github/workflows/test-worker.yml index c8d71a5..68276af 100644 --- a/.github/workflows/test-worker.yml +++ b/.github/workflows/test-worker.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 50 # Assume PRs are less than 50 commits - name: Find changed files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 id: changed-files with: files_yaml: |