From d5fbb6cc407e54e80bd90e67a8e80cfe159f76bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:42:54 +0100 Subject: [PATCH] build(deps): bump tj-actions/changed-files in /.github/workflows (#53) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.0.2 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/v37.0.2...v41.0.0) --- 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/docker.yml | 2 +- .github/workflows/ginkgo.yml | 4 ++-- .github/workflows/golangci-lint.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 63d9e93..485b5e3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,7 +27,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.0.2 + uses: tj-actions/changed-files@v41.0.0 with: files: | go.* diff --git a/.github/workflows/ginkgo.yml b/.github/workflows/ginkgo.yml index ae92386..e8ed3e7 100644 --- a/.github/workflows/ginkgo.yml +++ b/.github/workflows/ginkgo.yml @@ -30,7 +30,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.0.2 + uses: tj-actions/changed-files@v41.0.0 with: files: | go.* @@ -58,7 +58,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.0.2 + uses: tj-actions/changed-files@v41.0.0 with: files: | go.* diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 30b5216..f0db27b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -26,7 +26,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v37.0.2 + uses: tj-actions/changed-files@v41.0.0 with: files: | go.*