Skip to content

Commit 5739a63

Browse files
chore(deps): update actions/checkout action to v3
1 parent 3eba11e commit 5739a63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: go
2828

2929
- name: Check out source
30-
uses: actions/checkout@v1
30+
uses: actions/checkout@v3
3131
with:
3232
submodules: recursive
3333

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: go
2121

2222
- name: Check out source
23-
uses: actions/checkout@v1
23+
uses: actions/checkout@v3
2424
with:
2525
submodules: recursive
2626

0 commit comments

Comments
 (0)