Skip to content

Commit

Permalink
Merge pull request #44 from ujamii/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
mgrundkoetter authored Nov 21, 2024
2 parents 7dd317c + 003a1f9 commit 676cb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false

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

- name: Setup PHP
uses: shivammathur/[email protected]
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
php: ['8.0', '8.1']

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

- name: Setup PHP
uses: shivammathur/[email protected]
Expand Down

0 comments on commit 676cb85

Please sign in to comment.