Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 305f0f6

Browse files
committed
Fix version of GH checkout
1 parent 2037b61 commit 305f0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-webpack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Test production build
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@2.3.4
10+
- uses: actions/checkout@v2.3.4
1111

1212
- name: Install Yarn dependencies
1313
run: yarn install --prod --non-interactive

0 commit comments

Comments
 (0)