File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ jobs:
221
221
222
222
- name : ' Install Nix'
223
223
if : ${{ matrix.runner != 'MacM1' }}
224
- uses : cachix/install-nix-action@v22
224
+ uses : cachix/install-nix-action@v31.2.0
225
225
with :
226
226
install_url : https://releases.nixos.org/nix/nix-2.24.12/install
227
227
extra_nix_config : |
@@ -230,7 +230,7 @@ jobs:
230
230
231
231
- name : ' Install Cachix'
232
232
if : ${{ matrix.runner != 'MacM1' }}
233
- uses : cachix/cachix-action@v12
233
+ uses : cachix/cachix-action@v16
234
234
with :
235
235
name : k-framework
236
236
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
40
40
echo ${K_VERSION} > deps/k_release
41
41
git add deps/k_release && git commit -m "deps/k_release: sync release file version ${K_VERSION}" || true
42
42
- name : ' Install Nix/Cachix'
43
- uses : cachix/install-nix-action@v19
43
+ uses : cachix/install-nix-action@v31.2.0
44
44
with :
45
45
install_url : https://releases.nixos.org/nix/nix-2.24.12/install
46
46
extra_nix_config : |
47
47
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
48
- - uses : cachix/cachix-action@v12
48
+ - uses : cachix/cachix-action@v16
49
49
with :
50
50
name : k-framework
51
51
authToken : ${{ secrets.CACHIX_PUBLIC_TOKEN }}
You can’t perform that action at this time.
0 commit comments