diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index f5811b52e..ad9274d59 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Prevent file change - uses: xalvarez/prevent-file-change-action@v1.8.0 + uses: xalvarez/prevent-file-change-action@v1.9.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: website/data/users.yml