File tree Expand file tree Collapse file tree 8 files changed +20
-14
lines changed Expand file tree Collapse file tree 8 files changed +20
-14
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout Code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Set up Python 3.8
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : 3.8
26
26
Original file line number Diff line number Diff line change 49
49
with :
50
50
node-version : ${{ steps.node.outputs.version }}
51
51
- name : Set up Python 3.8
52
- uses : actions/setup-python@v3
52
+ uses : actions/setup-python@v4
53
53
with :
54
54
python-version : 3.8
55
55
- name : Install dependencies
@@ -59,10 +59,10 @@ jobs:
59
59
pip install .
60
60
- name : Set up nix
61
61
if : matrix.type == 'dapp'
62
- uses : cachix/install-nix-action@v16
62
+ uses : cachix/install-nix-action@v18
63
63
- name : Set up cachix
64
64
if : matrix.type == 'dapp'
65
- uses : cachix/cachix-action@v10
65
+ uses : cachix/cachix-action@v12
66
66
with :
67
67
name : dapp
68
68
- name : Run Tests
Original file line number Diff line number Diff line change 13
13
tests :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v3
17
17
- name : Set up Python 3.8
18
- uses : actions/setup-python@v1
18
+ uses : actions/setup-python@v4
19
19
with :
20
20
python-version : 3.8
21
21
- name : Run Tests
Original file line number Diff line number Diff line change 27
27
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
28
28
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
29
29
- name : Set up Python 3.8
30
- uses : actions/setup-python@v3
30
+ uses : actions/setup-python@v4
31
31
with :
32
32
python-version : 3.8
33
33
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout Code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Set up Python 3.8
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : 3.8
26
26
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout Code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Set up Python 3.8
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : 3.8
26
26
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout Code
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
22
22
- name : Set up Python 3.8
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v4
24
24
with :
25
25
python-version : 3.8
26
26
You can’t perform that action at this time.
0 commit comments