Skip to content

Commit ccecf6e

Browse files
committed
Lock checkout version
1 parent e50ea64 commit ccecf6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Unit tests
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@master
16+
- uses: actions/checkout@v2
1717
- run: npm install
1818
- run: npm run format-check
1919
- run: npm test
@@ -25,7 +25,7 @@ jobs:
2525
os: [ubuntu-latest, macos-latest]
2626
swift: ["5.2.1", "4.2.4"]
2727
steps:
28-
- uses: actions/checkout@master
28+
- uses: actions/checkout@v2
2929
- run: npm install
3030
- run: npm run build && npm run pack-source-map
3131
- uses: ./

0 commit comments

Comments
 (0)