Skip to content

Commit 9998231

Browse files
nulanoradarhere
authored andcommitted
use v2 checkout in all workflows
1 parent 398b8a6 commit 9998231

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Python ${{ matrix.python-version }}
1414

1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717

1818
- name: pip cache
1919
uses: actions/cache@v1

.github/workflows/test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: ${{ matrix.docker }}
3030

3131
steps:
32-
- uses: actions/checkout@v1
32+
- uses: actions/checkout@v2
3333

3434
- name: Build system information
3535
run: python .github/workflows/system-info.py

0 commit comments

Comments
 (0)