From c1cc6e3e6ddcaeb262646b1a33a71d2e236b39c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:44:57 -0400 Subject: build(deps): bump xalvarez/prevent-file-change-action (#391) Bumps [xalvarez/prevent-file-change-action](https://github.com/xalvarez/prevent-file-change-action) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/xalvarez/prevent-file-change-action/releases) - [Commits](https://github.com/xalvarez/prevent-file-change-action/compare/v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: xalvarez/prevent-file-change-action dependency-type: direct:production update-type: version-update:semver-major ... 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(-) (limited to '.github/workflows/pull_requests.yml') diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index b302c8e..0e1c020 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.9.1 + uses: xalvarez/prevent-file-change-action@v2.0.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: public/ -- cgit