Skip to content

Commit 8dd0eb9

Browse files
chore(workflow): update checkout action to version 3
1 parent 732f5db commit 8dd0eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: [lint, e2etest]
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141

4242
- name: Update version number
4343
run: |

0 commit comments

Comments
 (0)