From 64fc515e14c063ee185cfb9f0f8a5a4a9e15f42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:48:04 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 41 to 42 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42. - [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/v41...v42) --- 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/markdown.yml | 2 +- .github/workflows/rust.yml | 2 +- .github/workflows/yaml.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 2cf1b1c..aa159f7 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: detect-changes - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files: | **/*.md diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9e58f64..81c458b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: - name: Get changed files id: detect-changes - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files: | **/*.rs diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index ad56782..c8e621b 100644 --- a/.github/workflows/yaml.yml +++ b/.github/workflows/yaml.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: detect-changes - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files: | **/*.yaml