Skip to content

Commit 60464f2

Browse files
Changed actions checkout for protected files to v3
1 parent d724496 commit 60464f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/protected-files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ env.user-allowed == 'true' }}
2222
run: echo "Account '${{ github.event.pull_request.user.login }}' is allowed to update protected files"
2323

24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v3
2525
if: ${{ env.user-allowed != 'true' }}
2626
with:
2727
# Required since "HEAD^" is passed to Get-ChangedFiles

0 commit comments

Comments
 (0)