Skip to content

Commit

Permalink
Merge pull request #619 from jdreesen/patch-2
Browse files Browse the repository at this point in the history
Update the checkout action to avoid a deprecation
  • Loading branch information
stof committed Mar 29, 2024
2 parents bce45de + 86d3574 commit 061a2fd
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 061a2fd

Please sign in to comment.