Skip to content

Commit cd3e39f

Browse files
committed
Bump to actions/checkout@v3
Related to this deprecation of NodeJS 12 for GHA actions: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ While it doesn't affect to this repository, let's bump to the new v3 version now so we keep it updated.
1 parent 522bb7b commit cd3e39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- php: 7.4
1616
steps:
1717
- name: Check out repository code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Setup PHP ${{ matrix.php }}
2121
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)