File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
Original file line number Diff line number Diff line change 44
44
with :
45
45
node-version : 18.15
46
46
- name : Set up Python 3.8
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : 3.8
50
50
- name : Install dependencies
@@ -54,10 +54,10 @@ jobs:
54
54
pip install .
55
55
- name : Set up nix
56
56
if : matrix.type == 'dapp'
57
- uses : cachix/install-nix-action@v23
57
+ uses : cachix/install-nix-action@v24
58
58
- name : Set up cachix
59
59
if : matrix.type == 'dapp'
60
- uses : cachix/cachix-action@v12
60
+ uses : cachix/cachix-action@v13
61
61
with :
62
62
name : dapp
63
63
- name : Install Foundry
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up Python 3.8
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : 3.8
25
25
- name : Run Tests
Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
30
30
- name : Checkout
31
31
uses : actions/checkout@v4
32
32
- name : Setup Pages
33
- uses : actions/configure-pages@v3
34
- - uses : actions/setup-python@v4
33
+ uses : actions/configure-pages@v4
34
+ - uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ' 3.8'
37
37
- run : pip install -e ".[doc]"
38
38
- run : pdoc -o html/ crytic_compile
39
39
- name : Upload artifact
40
- uses : actions/upload-pages-artifact@v2
40
+ uses : actions/upload-pages-artifact@v3
41
41
with :
42
42
# Upload the doc
43
43
path : ' ./html/'
44
44
- name : Deploy to GitHub Pages
45
45
id : deployment
46
- uses : actions/deploy-pages@v2
46
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 31
31
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
32
32
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
33
33
- name : Set up Python 3.8
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : 3.8
37
37
- name : Install dependencies
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.x'
19
19
@@ -39,16 +39,16 @@ jobs:
39
39
- build-release
40
40
steps :
41
41
- name : fetch dists
42
- uses : actions/download-artifact@v3
42
+ uses : actions/download-artifact@v4
43
43
with :
44
44
name : crytic-compile-dists
45
45
path : dist/
46
46
47
47
- name : publish
48
-
48
+
49
49
50
50
- name : sign
51
- uses :
sigstore/[email protected] .0
51
+ uses :
sigstore/[email protected] .1
52
52
with :
53
53
inputs : ./dist/*.tar.gz ./dist/*.whl
54
54
release-signing-artifacts : true
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
Original file line number Diff line number Diff line change 28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
- name : Set up Python 3.8
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : 3.8
34
34
You can’t perform that action at this time.
0 commit comments