We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517ba13 commit d49acd9Copy full SHA for d49acd9
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check out repo
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
- name: Set up Python
18
uses: actions/setup-python@v4
19
with:
@@ -28,7 +28,7 @@ jobs:
28
outputs:
29
notebook-list: ${{ steps.notebooks.outputs.notebook-list }}
30
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
- name: Set up Python 3.10
33
34
@@ -84,7 +84,7 @@ jobs:
84
matrix:
85
notebook_path: ${{fromJson(needs.create-test-matrix.outputs.notebook-list)}}
86
87
88
89
90
0 commit comments