Skip to content

Commit

Permalink
Update the checkout action to avoid a deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen authored Mar 27, 2024
1 parent bce45de commit 86d3574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
composer-flags: "--ignore-platform-req=php+" # TODO move that to a normal job without flag once phpspec supports it

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

- name: Set up PHP
uses: shivammathur/setup-php@v2
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
name: Static analysis
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 86d3574

Please sign in to comment.