From afe60fc581b5614aff434861c5f68af092f741d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 06:00:25 +0000 Subject: [PATCH] build(deps): Bump tj-actions/verify-changed-files from 15 to 16 Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 15 to 16. - [Release notes](https://github.com/tj-actions/verify-changed-files/releases) - [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/verify-changed-files/compare/v15...v16) --- updated-dependencies: - dependency-name: tj-actions/verify-changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index df01b52..3c3e21a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -88,7 +88,7 @@ jobs: run: make go-generate - name: Verify no changed files - uses: tj-actions/verify-changed-files@v15 + uses: tj-actions/verify-changed-files@v16 id: verify-changed-files - name: Fail if files have changed