From 4db9dcd308a579bdf08787b1b125cb09daa79718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:29:39 +0100 Subject: [PATCH] Bump tj-actions/changed-files from 20 to 41 in /.github/workflows (#68) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 20 to 41. - [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/v20...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linkcheck.yml | 2 +- .github/workflows/toml.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 455c245..d52d50e 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -24,7 +24,7 @@ jobs: - name: Skip if unchanged id: changed-files-specific - uses: tj-actions/changed-files@v20 + uses: tj-actions/changed-files@v41 with: files: | *.md diff --git a/.github/workflows/toml.yml b/.github/workflows/toml.yml index f10baa7..567ed27 100644 --- a/.github/workflows/toml.yml +++ b/.github/workflows/toml.yml @@ -25,7 +25,7 @@ jobs: - name: Skip if unchanged id: changed-files-specific - uses: tj-actions/changed-files@v20 + uses: tj-actions/changed-files@v41 with: files: | *.toml