File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Expand file tree Collapse file tree 10 files changed +17
-17
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 @@ -60,10 +60,10 @@ jobs:
60
60
solc-select use 0.5.7 --always-install
61
61
- name : Set up nix
62
62
if : matrix.type == 'dapp'
63
- uses : cachix/install-nix-action@v23
63
+ uses : cachix/install-nix-action@v24
64
64
- name : Set up cachix
65
65
if : matrix.type == 'dapp'
66
- uses : cachix/cachix-action@v12
66
+ uses : cachix/cachix-action@v13
67
67
with :
68
68
name : dapp
69
69
- 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