Skip to content

Commit 641731a

Browse files
authored
Update release script
Update actions/checkout to v2
1 parent e52d146 commit 641731a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Create a release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- uses: mymindstorm/setup-emsdk@v1
1616
with: {version: '1.39.11'}
1717
- name: make

0 commit comments

Comments
 (0)