Skip to content

Commit b978763

Browse files
committed
minor #444 Update GitHub Actions workflow to actions/checkout@v4 (TimWolla)
This PR was squashed before being merged into the 1.x branch. Discussion ---------- Update GitHub Actions workflow to `actions/checkout@v4` This fixes the following deprecation: > The following actions uses node12 which is deprecated and will be forced to > run on node16: actions/checkout@v2. For more info: > https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ Commits ------- ba52ff0 Update GitHub Actions workflow to `actions/checkout@v4`
2 parents 33def41 + ba52ff0 commit b978763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v4
3333

3434
- name: Setup PHP
3535
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)