Skip to content

Commit bbbea3b

Browse files
authored
Update workflow
1 parent 643f396 commit bbbea3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
os: [ubuntu-latest]
1010
backend: ['numpy', 'pytorch']
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.10'
1616
- name: install dependencies

0 commit comments

Comments
 (0)