diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 1b2a9b9d01..d193d72212 100644 --- a/.github/workflows/prevent-file-change.yml +++ b/.github/workflows/prevent-file-change.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Prevent file change - uses: xalvarez/prevent-file-change-action@v2.0.0 + uses: xalvarez/prevent-file-change-action@v3.0.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: website/data/users.yml