Skip to content

Commit

Permalink
Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebeaudoin committed Feb 2, 2024
1 parent d7c0712 commit f6f2307
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
tools: phpstan:1.4.10

- name: Download dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2

- name: PHPStan
run: phpstan analyze
Expand All @@ -40,7 +40,7 @@ jobs:
tools: vimeo/psalm:4.22.0

- name: Download dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v2

- name: Psalm
run: psalm --no-progress --output-format=github
2 changes: 1 addition & 1 deletion .github/workflows/style-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Cache Dependencies
id: composer-cache-style
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ubuntu-composer-cache-style-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit f6f2307

Please sign in to comment.