Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 23, 2020
1 parent 9ec15eb commit 4b07f98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.4.3"
uses: "shivammathur/setup-php@2.7.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.4.3"
uses: "shivammathur/setup-php@2.7.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -101,10 +101,10 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/[email protected].2"
uses: "actions/[email protected].3"

- name: "Install PHP with extensions"
uses: "shivammathur/setup-php@2.4.3"
uses: "shivammathur/setup-php@2.7.0"
with:
coverage: "none"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand All @@ -119,7 +119,7 @@ jobs:
run: "mkdir -p .build/phpstan"

- name: "Cache cache directory for phpstan/phpstan"
uses: "actions/[email protected].1"
uses: "actions/[email protected].2"
with:
path: ".build/phpstan"
key: "php-${{ matrix.php-version }}-phpstan-${{ github.sha }}"
Expand Down

0 comments on commit 4b07f98

Please sign in to comment.