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

Commit 753f6aa

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 5520751 commit 753f6aa

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
@@ -19,7 +19,7 @@ jobs:
1919
composer-version: [1, 2]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Cache Composer dependencies
2424
uses: actions/cache@v2
2525
with:
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343
with:
4444
fetch-depth: 0
4545
- name: Setup Node.js

0 commit comments

Comments
 (0)