Skip to content

Commit c94e44b

Browse files
committed
chore: update actions/checkout to v3
v2 is deprecated.
1 parent a98ebfd commit c94e44b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up Python 3.9
2020
uses: actions/setup-python@v1
2121
with:
@@ -40,7 +40,7 @@ jobs:
4040
os: [ubuntu-latest, macos-latest, windows-latest]
4141
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
4242
steps:
43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
- name: Set up Python ${{ matrix.python-version }}
4545
uses: actions/setup-python@v1
4646
with:
@@ -67,7 +67,7 @@ jobs:
6767
needs: [lint, build]
6868
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
6969
steps:
70-
- uses: actions/checkout@v2
70+
- uses: actions/checkout@v3
7171
with:
7272
fetch-depth: 0
7373
- name: Set up Python

0 commit comments

Comments
 (0)