From 7b087847393c66caf7c017b3d7f785a4c8c591f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 10:27:57 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 22 to 23 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 22 to 23. - [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/v22...v23) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/thank.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 855fea76..df12666c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -80,7 +80,7 @@ jobs: - name: Find changed go files id: changed-go-files - uses: tj-actions/changed-files@v22 + uses: tj-actions/changed-files@v23 with: files: | **/*.go diff --git a/.github/workflows/thank.yml b/.github/workflows/thank.yml index bcf4604b..a41d9fa1 100644 --- a/.github/workflows/thank.yml +++ b/.github/workflows/thank.yml @@ -17,7 +17,7 @@ jobs: - name: Find changed dependencies id: changed-dependencies - uses: tj-actions/changed-files@v22 + uses: tj-actions/changed-files@v23 with: files: | go.mod