File tree Expand file tree Collapse file tree 4 files changed +17
-14
lines changed Expand file tree Collapse file tree 4 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
fail-fast : false
23
23
runs-on : ${{ matrix.os }}
24
24
steps :
25
- - uses : actions/checkout@v2
26
- # v12
27
- - uses : cachix/install-nix-action@v20
25
+ - uses : actions/checkout@v3
26
+ # v22
27
+ - uses : cachix/install-nix-action@v22
28
28
with :
29
29
# https://discourse.nixos.org/t/understanding-binutils-darwin-wrapper-nix-support-bad-substitution/11475/2
30
30
nix_path : nixpkgs=channel:nixos-unstable
31
- # v8
32
- - uses : cachix/cachix-action@v10
31
+ # v12
32
+ - uses : cachix/cachix-action@v12
33
33
with :
34
34
name : dapp
35
35
signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
Original file line number Diff line number Diff line change @@ -30,18 +30,18 @@ jobs:
30
30
apt-get : ${{ matrix.apt-get }}
31
31
32
32
- name : Checkout
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
35
35
- name : Cache Local
36
36
id : cache-local
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v3
38
38
with :
39
39
path : ~/.local/
40
40
key : ${{ runner.os }}-local-v3
41
41
42
42
- name : Cache Stack
43
43
id : cache-stack
44
- uses : actions/cache@v1
44
+ uses : actions/cache@v3
45
45
with :
46
46
path : ~/.stack
47
47
key : ${{ runner.os }}-stack-v3
82
82
run : .github/scripts/build-macos-release.sh
83
83
84
84
- name : Upload artifact
85
- uses : actions/upload-artifact@v1
85
+ uses : actions/upload-artifact@v3
86
86
with :
87
87
name : hevm-${{ runner.os }}
88
88
path : hevm.tar.gz
@@ -92,17 +92,17 @@ jobs:
92
92
needs : macosRelease
93
93
runs-on : ubuntu-latest
94
94
steps :
95
- - uses : actions/checkout@v2
95
+ - uses : actions/checkout@v3
96
+ # v22
97
+ - uses : cachix/install-nix-action@v22
96
98
# v12
97
- - uses : cachix/install-nix-action@v20
98
- # v8
99
- - uses : cachix/cachix-action@v10
99
+ - uses : cachix/cachix-action@v12
100
100
with :
101
101
name : dapp
102
102
signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
103
103
- run : nix-build -A hevmUnwrapped --out-link hevmLinux
104
104
105
- - uses : actions/download-artifact@master
105
+ - uses : actions/download-artifact@v3
106
106
with :
107
107
name : hevm-macOS
108
108
path : hevm-macOS
Original file line number Diff line number Diff line change 76
76
solc_0_8_18 = { version = "0.8.18" ; path = "solc-linux-amd64-v0.8.18+commit.87f61d96" ; sha256 = "0xxa907llrryrsm9nppfc0lds0l3zfhwngj4zfddhfm6954yvrlm" ; } ;
77
77
solc_0_8_19 = { version = "0.8.19" ; path = "solc-linux-amd64-v0.8.19+commit.7dd6d404" ; sha256 = "0j7bv5yc3jfk7xbyamjalpl5zbkqj4n1jdzcn8msdsx8r4yisp3s" ; } ;
78
78
solc_0_8_20 = { version = "0.8.20" ; path = "solc-linux-amd64-v0.8.20+commit.a1b79de6" ; sha256 = "10m7zl0cgwd47l17zd479a43nngi34259p3z6cjiql4wvx7x8y84" ; } ;
79
+ solc_0_8_21 = { version = "0.8.21" ; path = "solc-linux-amd64-v0.8.21+commit.d9974bed" ; sha256 = "1pw1b8a1y48vpc5rmkm0ci4yjsg1yg9xr62mvvl6jp71if4pm1gj" ; } ;
79
80
} ;
80
81
x86_64-darwin = {
81
82
solc_0_3_6 = { version = "0.3.6" ; path = "solc-macosx-amd64-v0.3.6+commit.988fe5e5" ; sha256 = "1x4xq0j84sfh9jjvv6x3yvhc76785vfr1mkmkq5idn3knfsq3m82" ; } ;
@@ -165,5 +166,6 @@ rec {
165
166
solc_0_8_18 = { version = "0.8.18" ; path = "solc-macosx-amd64-v0.8.18+commit.87f61d96" ; sha256 = "15ykazy7hccj8swl1gpn7syd99dxd8i544hx4hzv7llsg5y2h5cg" ; } ;
166
167
solc_0_8_19 = { version = "0.8.19" ; path = "solc-macosx-amd64-v0.8.19+commit.7dd6d404" ; sha256 = "0bb2na5mkgn85s00sbp0kjdqgmlsp6zxd2c1qhhkw2vynqx55j1q" ; } ;
167
168
solc_0_8_20 = { version = "0.8.20" ; path = "solc-macosx-amd64-v0.8.20+commit.a1b79de6" ; sha256 = "1ahr0pfyfz4ac52a0mxn5bkjb3fwfqvmhyqabnalx3h6w12rjcpw" ; } ;
169
+ solc_0_8_21 = { version = "0.8.21" ; path = "solc-macosx-amd64-v0.8.21+commit.d9974bed" ; sha256 = "00m5p4wdk9gg9lg65s3aby366c45ann88lmlyzsbz35hkxs6bl0r" ; } ;
168
170
} ;
169
171
}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Support for solc 0.8.18
19
19
- Support for solc 0.8.19
20
20
- Support for solc 0.8.20
21
+ - Support for solc 0.8.21
21
22
22
23
### Fixed
23
24
You can’t perform that action at this time.
0 commit comments