Skip to content

Commit

Permalink
Bump to actions/checkout@v4
Browse files Browse the repository at this point in the history
actions/checkout@v3 uses nodejs 16 that is deprecated
  • Loading branch information
stronk7 committed Jan 26, 2024
1 parent 7e12e69 commit ec45d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- php: 7.4
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP 8.2
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit ec45d66

Please sign in to comment.