Skip to content

Commit e98b271

Browse files
committed
Updated actions/checkout to v5.
1 parent 1c23cff commit e98b271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-lint-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: PHPCS (Files Changed)
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v5
1111
with:
1212
fetch-depth: 0 # The blame will not work without this
1313

@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
files: "**.php,**.js,**.css"
2525
phpcs_path: ./vendor/bin/phpcs
26-
standard: phpcs.xml
26+
standard: phpcs.xml

0 commit comments

Comments
 (0)