From 904b727ac8d3d7a668ae848c88e0fa94e2861989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:03:26 +0200 Subject: [PATCH] Bump tj-actions/changed-files from 39 to 40 (#68) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40. - [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/v39...v40) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a2d015e..e2e29b4 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@v39 + uses: tj-actions/changed-files@v40 with: files: | **/*.md diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fc6ff62..6711896 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@v39 + uses: tj-actions/changed-files@v40 with: files: | **/*.rs diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index 26ba5d1..8978584 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@v39 + uses: tj-actions/changed-files@v40 with: files: | **/*.yaml