Skip to content

Commit 4e0398d

Browse files
committed
.github/workflows/test.yml: bump checkout and cache actions to v4
1 parent 38e6cf9 commit 4e0398d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
phpunit:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/cache@v2
9+
- uses: actions/checkout@v4
10+
- uses: actions/cache@v4
1111
with:
1212
path: vendor
1313
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -34,8 +34,8 @@ jobs:
3434
phpstan:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v2
38-
- uses: actions/cache@v2
37+
- uses: actions/checkout@v4
38+
- uses: actions/cache@v4
3939
with:
4040
path: vendor
4141
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)