From 389422a4f453e75fa52d1d469b39260413b488fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:15:20 +0100 Subject: [PATCH] Update tj-actions/changed-files action to v41 (#110) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/json.yml | 2 +- .github/workflows/markdown.yml | 2 +- .github/workflows/rust.yml | 2 +- .github/workflows/yaml.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/json.yml b/.github/workflows/json.yml index 18c64b4..637c0cc 100644 --- a/.github/workflows/json.yml +++ b/.github/workflows/json.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: detect-changes - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 with: files: | **/*.json diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index e2e29b4..2cf1b1c 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@v40 + uses: tj-actions/changed-files@v41 with: files: | **/*.md diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5d55e37..5bc24df 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@v40 + uses: tj-actions/changed-files@v41 with: files: | **/*.rs diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index 8978584..ad56782 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@v40 + uses: tj-actions/changed-files@v41 with: files: | **/*.yaml