Skip to content

Commit 7c1d367

Browse files
authored
Build: upgrade actions/checkout to v4
- intentionally not using SHAs here to avoid more future work Closes gh-459
1 parent 8639048 commit 7c1d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Lint PHP ${{ matrix.php-version }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Setup PHP version
2525
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)