Skip to content

Commit

Permalink
Bump actions/checkout to v4
Browse files Browse the repository at this point in the history
Not sure why my dear Dependabot haven't done that yet but I'm all for helping out our future overlords before it's too late.
  • Loading branch information
spaze committed Oct 28, 2023
1 parent aba4264 commit ea242c7
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 @@ -40,7 +40,7 @@ jobs:
run: composer lint-8.0

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

- name: OS info
run: cat /etc/os-release
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- "8.3"

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

- name: "Install PHP"
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- windows-latest

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

- name: "Install PHP"
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit ea242c7

Please sign in to comment.