Skip to content

Commit 112494a

Browse files
committed
Update to actions/checkout@v2
1 parent 5cbf7be commit 112494a

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
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2020
steps:
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v2
2222
- id: generate-jobs
2323
name: Generate Jobs
2424
run: |
@@ -33,7 +33,7 @@ jobs:
3333
name: ${{ matrix.name }}
3434
runs-on: ${{ matrix.os }}
3535
steps:
36-
- uses: actions/checkout@v1
36+
- uses: actions/checkout@v2
3737
- name: Prepare Environment
3838
run: ${{ matrix.runs.prepare }}
3939
- name: Pull Dependencies

0 commit comments

Comments
 (0)