Skip to content

Commit 4609104

Browse files
committed
fix(semantic-release): upgrade checkout version
1 parent 9274565 commit 4609104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-18.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:

0 commit comments

Comments
 (0)