Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Commit

Permalink
Updated all actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Oct 23, 2020
1 parent ed47b9f commit 770b3c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: composer validate

- name: Cache composer dependencies
uses: actions/cache@v1.1.0
uses: actions/cache@v2
with:
path: vendor
key: composer@${{ hashFiles('**/composer.lock') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: composer validate

- name: Cache composer dependencies
uses: actions/cache@v1.1.0
uses: actions/cache@v2
with:
path: vendor
key: composer@${{ hashFiles('**/composer.lock') }}
Expand All @@ -44,13 +44,13 @@ jobs:
COMPOSER_NO_INTERACTION: 1

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Validate composer.json and composer.lock
run: composer validate

- name: Cache composer dependencies
uses: actions/cache@v1.1.0
uses: actions/cache@v2
with:
path: vendor
key: composer@${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 770b3c3

Please sign in to comment.