Skip to content

Commit ebe4b8d

Browse files
committed
fix: somehow forgot to add a v before the action version
1 parent 46cb3b1 commit ebe4b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node: [10.x, 12.x]
1414

1515
steps:
16-
- uses: actions/checkout@2
16+
- uses: actions/checkout@v2
1717

1818
- name: Setup nodejs
1919
uses: actions/setup-node@v2-beta
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@2
31+
- uses: actions/checkout@v2
3232

3333
- name: Setup nodejs
3434
uses: actions/setup-node@v2-beta

0 commit comments

Comments
 (0)