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 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/setup-python@v4
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-python@v5
12
12
with :
13
13
python-version : " 3.x"
14
- - uses : pre-commit/action@v3.0.0
14
+ - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
os : [ubuntu-latest]
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
allow-prereleases : true
30
30
requirements.txt
31
31
32
32
- name : Set up node
33
- uses : actions/setup-node@v3
33
+ uses : actions/setup-node@v4
34
34
with :
35
35
node-version : 16
36
36
cache : ' npm'
You can’t perform that action at this time.
0 commit comments