From 83bce8e40474ea35e060ba8f9835c375131b5d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:43:21 -0500 Subject: build(deps): bump xalvarez/prevent-file-change-action (#337) Bumps [xalvarez/prevent-file-change-action](https://github.com/xalvarez/prevent-file-change-action) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/xalvarez/prevent-file-change-action/releases) - [Commits](https://github.com/xalvarez/prevent-file-change-action/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: xalvarez/prevent-file-change-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull_requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 8823249..96705d0 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Check changes (prevent pushing to public/) - uses: xalvarez/prevent-file-change-action@v1.5.1 + uses: xalvarez/prevent-file-change-action@v1.6.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: public/ -- cgit