diff --git a/.github/workflows/prevent-file-change.yml b/.github/workflows/prevent-file-change.yml index 302a89364b35..a95c70f6ecf3 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@v1.5.1 + uses: xalvarez/prevent-file-change-action@v1.6.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} pattern: website/data/users.yml