From d036f654460d96fd747f829c8cc9d7588e8e64af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:51:27 +0000 Subject: [PATCH] Bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36.3.0 to 41.0.0. - [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/v36.3.0...v41.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index feb7e57..431f939 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - name: Check if versions bumped id: versions-bumped - uses: tj-actions/changed-files@v36.3.0 + uses: tj-actions/changed-files@v41.0.0 with: files: | cljest/build.edn diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29a0860..fa11fe2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,7 +94,7 @@ jobs: - uses: actions/checkout@v3 - name: Check if versions bumped id: versions-bumped - uses: tj-actions/changed-files@v36.3.0 + uses: tj-actions/changed-files@v41.0.0 with: files: | cljest/build.edn