File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v3
44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 32
32
- os : macos-latest
33
33
python-version : " 3.8"
34
34
steps :
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v3
36
36
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
37
37
- name : Install dependencies
38
38
run : |
50
50
runs-on : ubuntu-latest
51
51
timeout-minutes : 10
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v3
54
54
- name : Base Setup
55
55
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
56
56
with :
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@v2
69
+ uses : actions/checkout@v3
70
70
- name : Base Setup
71
71
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
72
72
- name : Install the Python dependencies
85
85
runs-on : ubuntu-latest
86
86
timeout-minutes : 10
87
87
steps :
88
- - uses : actions/checkout@v2
88
+ - uses : actions/checkout@v3
89
89
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
90
90
- uses : jupyterlab/maintainer-tools/.github/actions/make-sdist@v1
91
91
@@ -102,7 +102,7 @@ jobs:
102
102
name : pre-commit
103
103
runs-on : ubuntu-latest
104
104
steps :
105
- - uses : actions/checkout@v2
105
+ - uses : actions/checkout@v3
106
106
- uses : actions/setup-python@v2
107
107
-
uses :
pre-commit/[email protected]
108
108
with :
You can’t perform that action at this time.
0 commit comments