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 ccc9154 commit cbdbad9Copy full SHA for cbdbad9
.github/workflows/continuous-integration.yml
@@ -24,10 +24,10 @@ jobs:
24
25
steps:
26
- name: "Checkout"
27
- uses: "actions/checkout@v2.0.0"
+ uses: "actions/checkout@v2"
28
29
- name: "Install PHP with extensions"
30
- uses: "shivammathur/setup-php@1.8.2"
+ uses: "shivammathur/setup-php@v2"
31
with:
32
coverage: "pcov"
33
php-version: "${{ matrix.php-version }}"
@@ -37,7 +37,7 @@ jobs:
37
working-directory: "generator/doc"
38
39
- name: "Cache dependencies installed with composer"
40
- uses: "actions/cache@v1.0.3"
+ uses: "actions/cache@v1"
41
42
path: "~/.composer/cache"
43
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
0 commit comments