Skip to content

Commit 8338c69

Browse files
authored
Update lint.yml
1 parent e29ee42 commit 8338c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta.1']
1818

1919
steps:
20-
- uses: actions/checkout@v2.3.4
20+
- uses: actions/checkout@v2
2121

2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/[email protected]
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

27-
- uses: actions/cache@v2.1.6
27+
- uses: actions/cache@v2
2828
id: pip-cache
2929
with:
3030
path: ~/.cache/pip

0 commit comments

Comments
 (0)