Skip to content

Commit

Permalink
Update checkout job
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Apr 9, 2024
1 parent 913989d commit 1832a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: 'Checkout current revision'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Setup PHP'
uses: 'shivammathur/setup-php@v2'
with:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: 'Checkout current revision'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Setup PHP'
uses: 'shivammathur/setup-php@v2'
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

steps:
- name: 'Checkout current revision'
uses: 'actions/checkout@v3'
uses: 'actions/checkout@v4'
- name: 'Setup PHP'
uses: 'shivammathur/setup-php@v2'
with:
Expand Down

0 comments on commit 1832a48

Please sign in to comment.