Skip to content

Commit a02c6ca

Browse files
author
Isidro Arias
committed
testing v3
1 parent c0c218e commit a02c6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99

1010
steps:
1111
- name: Chckout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
- name: Set up Python ${{ matrix.python-version }}
14-
uses: actions/setup-python@v2
14+
uses: actions/setup-python@v3
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies

0 commit comments

Comments
 (0)