Skip to content

Commit 2583fd7

Browse files
committed
chore: update github pipeline deps
1 parent 6452692 commit 2583fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131

3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535

3636
- name: Get Composer cache directory
3737
id: composer-cache
3838
run: |
3939
echo "::set-output name=dir::$(composer config cache-files-dir)"
4040
41-
- uses: actions/cache@v2
41+
- uses: actions/cache@v3
4242
with:
4343
path: ${{ steps.composer-cache.outputs.dir }}
4444
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)