Skip to content

Commit 295d3c6

Browse files
committed
fix: checkout@v3 -> checkout@v4
Error: Can't use 'tar -xzf' extract archive file actions/runner#1923
1 parent 1dc80fb commit 295d3c6

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
@@ -15,7 +15,7 @@ jobs:
1515
php-versions: ['8.0', '8.1', '8.2']
1616
name: PHP ${{ matrix.php-versions }} Test
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- name: Install PHP
2121
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)