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.
2 parents e673b9d + cbdbad9 commit 511e5f8Copy full SHA for 511e5f8
.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 }}"
@@ -45,7 +45,7 @@ jobs:
45
repository: "php/doc-en"
46
47
- name: "Cache dependencies installed with composer"
48
- uses: "actions/cache@v1.0.3"
+ uses: "actions/cache@v1"
49
50
path: "~/.composer/cache"
51
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.lock') }}"
0 commit comments