Skip to content

Commit 82c9978

Browse files
authored
Bump checkout version
1 parent 02d8f06 commit 82c9978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
units:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- run: npm ci
1616
- run: npm test
1717

1818
# test action works running from the graph
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v2
2323
- uses: ./
2424
with:
2525
milliseconds: 1000

0 commit comments

Comments
 (0)