Skip to content

Commit

Permalink
Merge pull request #97 from Chris53897/patch-1
Browse files Browse the repository at this point in the history
ci: bump github action versions
  • Loading branch information
aik099 authored Nov 7, 2024
2 parents bf96717 + 8073a23 commit 88ea651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Check composer.json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
coverage: none
Expand All @@ -25,7 +25,7 @@ jobs:
name: Static analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
coverage: none
Expand Down

0 comments on commit 88ea651

Please sign in to comment.