We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073556b commit d24844dCopy full SHA for d24844d
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
dependencies: ['latest', 'oldest']
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
30
- name: Setup PHP, with composer and extensions
31
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
32
with:
@@ -41,7 +41,7 @@ jobs:
41
id: composer-cache
42
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
43
- name: Cache composer dependencies
44
- uses: actions/cache@v2
+ uses: actions/cache@v3
45
46
path: ${{ steps.composer-cache.outputs.dir }}
47
# Use composer.json for key, if composer.lock is not committed.
0 commit comments