Skip to content

Commit f0fe3e6

Browse files
committed
build: tests update
1 parent 04a3989 commit f0fe3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v5
2121
- name: Install PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
@@ -26,7 +26,7 @@ jobs:
2626
id: composer-cache
2727
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2828
- name: Cache composer dependencies
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.composer-cache.outputs.dir }}
3232
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)