Skip to content

Commit

Permalink
chore: upgrade GitHub Actions
Browse files Browse the repository at this point in the history
Because of the Node 16 -> Node 20 migration.
  • Loading branch information
tomudding committed Sep 11, 2024
1 parent b470227 commit 39edf4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -30,7 +30,7 @@ jobs:
tools: cs2pr

- name: Install dependencies with Composer
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run PHP_CS
run: vendor/bin/phpcs --no-colors --report=checkstyle -q | cs2pr --graceful-warnings

0 comments on commit 39edf4a

Please sign in to comment.