Skip to content

Commit 701a3f3

Browse files
authored
use v3 for checkout and v4 for python (#39)
1 parent d093eee commit 701a3f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out code
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@v2
13+
uses: actions/setup-python@v4
1414
with:
1515
python-version: '3.x'
1616

0 commit comments

Comments
 (0)