From a766cef2516e27eeef15e2c1d73e9c56a493be52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:18:26 +0100 Subject: [PATCH] Update tj-actions/changed-files action to v42 (#133) 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 637c0cc..b0d6b12 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@v41 + uses: tj-actions/changed-files@v42 with: files: | **/*.json 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 11cdb86..fef706d 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