From 87741992db93ca7d16bc4dac9535ef9d33853e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:33:44 +0000 Subject: [PATCH] Bump brettcannon/check-for-changed-files from 1.2.0 to 1.2.1 Bumps [brettcannon/check-for-changed-files](https://github.com/brettcannon/check-for-changed-files) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/brettcannon/check-for-changed-files/releases) - [Commits](https://github.com/brettcannon/check-for-changed-files/compare/4170644959a21843b31f1181f2a1761d65ef4791...871d7b8b5917a4f6f06662e2262e8ffc51dff6d1) --- updated-dependencies: - dependency-name: brettcannon/check-for-changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-notes-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes-check.yml b/.github/workflows/release-notes-check.yml index cb391830..41212e8e 100644 --- a/.github/workflows/release-notes-check.yml +++ b/.github/workflows/release-notes-check.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Check for a release notes update if: github.event_name == 'pull_request' - uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0 + uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1 with: # TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it # token: ${{ secrets.github_token }}