Skip to content

Commit 9639c07

Browse files
authored
chore(deps): update actions/checkout action to v3 (#1713)
1 parent 8e9750e commit 9639c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "::set-output name=current_date::$(date +'%Y-%m-%d')"
3333

3434
- name: Check out main branch
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636
with:
3737
ref: refs/heads/main
3838

0 commit comments

Comments
 (0)