From 926ad401721a124a6303a0607f743273d0dd6b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:54:53 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 5.1 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 5.1 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/v5.1...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f85fef6..f79bc5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v41 - name: Set up Python if: contains(steps.changed-files.outputs.modified_files, 'autolab_core/version.py') uses: actions/setup-python@v2 @@ -90,7 +90,7 @@ jobs: fetch-depth: 2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v5.1 + uses: tj-actions/changed-files@v41 - name: Tag Version if: contains(steps.changed-files.outputs.modified_files, 'autolab_core/version.py') id: set_tag