Skip to content

Commit b160f5f

Browse files
authored
Bump checkout action to latest stable (#43)
1 parent 8576359 commit b160f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ jobs:
1010
build: # make sure build/ci work properly
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- run: |
1515
npm install
1616
- run: |
1717
npm run all
1818
test:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- run: npm ci
2323
- run: npm test
2424
smoketest: # make sure the action works on a clean machine without building
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
- uses: ./
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)