Skip to content

Commit e29ee42

Browse files
authored
Update test.yml
1 parent aa8727f commit e29ee42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta.1']
2020

2121
steps:
22-
- uses: actions/checkout@v2.3.4
22+
- uses: actions/checkout@v2
2323
with:
2424
submodules: migration_fixer/tests/demo
2525

2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2.2.2
27+
uses: actions/setup-python@v2
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

31-
- uses: actions/cache@v2.1.6
31+
- uses: actions/cache@v2
3232
id: pip-cache
3333
with:
3434
path: ~/.cache/pip

0 commit comments

Comments
 (0)