Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 3962c67

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent bcb37bd commit 3962c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
php-version: [7.4, 8.0]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: Cache Composer dependencies
2323
uses: actions/cache@v2
2424
with:
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242
with:
4343
fetch-depth: 0
4444
- name: Setup Node.js

0 commit comments

Comments
 (0)