Skip to content

Commit 0398aca

Browse files
authoredJul 23, 2022
chore(deps): update actions/checkout action to v3 (#1431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06991bf commit 0398aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event.pull_request.head.repo.full_name == github.repository
1313
steps:
1414
- name: Checkout Main
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818
- name: Use Node

0 commit comments

Comments
 (0)
Please sign in to comment.