diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-10 17:44:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 17:44:57 -0400 |
| commit | c1cc6e3e6ddcaeb262646b1a33a71d2e236b39c3 (patch) | |
| tree | 0d18ac5d8af69eeb7a7b57fb01da1282f1e35867 | |
| parent | 41c74f49afbba9f3f52470fa3b227115bf6b85aa (diff) | |
| download | submelon.dev-c1cc6e3e6ddcaeb262646b1a33a71d2e236b39c3.tar.gz submelon.dev-c1cc6e3e6ddcaeb262646b1a33a71d2e236b39c3.tar.bz2 submelon.dev-c1cc6e3e6ddcaeb262646b1a33a71d2e236b39c3.zip | |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/pull_requests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |
