Skip to content

Commit

Permalink
Fix outdated github steps.
Browse files Browse the repository at this point in the history
(cherry picked from commit f0e4e78)
  • Loading branch information
herbertroth authored and markus-moser committed Sep 23, 2024
1 parent d7940cd commit 1d00528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- { php-version: "8.3", dependencies: "highest", experimental: false }
steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
uses: actions/checkout@v4

- name: "Install PHP"
uses: "shivammathur/setup-php@v2"
uses: shivammathur/setup-php@v2
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand All @@ -47,7 +47,7 @@ jobs:
composer require --no-update pimcore/pimcore:"${PIMCORE_VERSION}"
fi
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: ramsey/composer-install@v3
with:
dependency-versions: "${{ matrix.dependencies }}"

Expand All @@ -60,7 +60,7 @@ jobs:

- name: "Upload baseline file"
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: phpstan-baseline.neon
path: phpstan-baseline.neon

0 comments on commit 1d00528

Please sign in to comment.