Skip to content

Commit 667acef

Browse files
committed
update checkout action
1 parent 8a5f3f8 commit 667acef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
PR_OPEN: ${{ steps.check_pr.outputs.pr_open }}
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v3
5050

5151
- name: Check if PR is open
5252
id: check_pr

0 commit comments

Comments
 (0)