File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 48
48
runs-on : ${{ matrix.os }}
49
49
steps :
50
50
- uses : actions/checkout@v4
51
- - uses : cachix/install-nix-action@v30
51
+ - uses : cachix/install-nix-action@v31
52
52
- uses : cachix/cachix-action@v16
53
53
if : startsWith(github.ref, 'refs/heads/')
54
54
with :
74
74
needs : [ changelog, build ]
75
75
steps :
76
76
- uses : actions/checkout@v4
77
- - uses : cachix/install-nix-action@v30
77
+ - uses : cachix/install-nix-action@v31
78
78
- uses : cachix/cachix-action@v16
79
79
with :
80
80
name : ic-hs-test
Original file line number Diff line number Diff line change 17
17
fetch-depth : 0
18
18
# fetch PR commit, not predicted merge commit
19
19
ref : ${{ github.event.pull_request.head.sha }}
20
- - uses : cachix/install-nix-action@v30
20
+ - uses : cachix/install-nix-action@v31
21
21
22
22
# We are using the ic-hs-test cachix cache that is also used by
23
23
# dfinity/ic-hs. This is partly laziness (on need to set up a separate
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on : ubuntu-latest
107
107
steps :
108
108
- uses : actions/checkout@v4
109
- - uses : cachix/install-nix-action@v30
109
+ - uses : cachix/install-nix-action@v31
110
110
- uses : cachix/cachix-action@v16
111
111
with :
112
112
name : ic-hs-test
@@ -129,7 +129,7 @@ jobs:
129
129
runs-on : ${{ matrix.os }}
130
130
steps :
131
131
- uses : actions/checkout@v4
132
- - uses : cachix/install-nix-action@v30
132
+ - uses : cachix/install-nix-action@v31
133
133
- uses : cachix/cachix-action@v16
134
134
with :
135
135
name : ic-hs-test
Original file line number Diff line number Diff line change 16
16
with :
17
17
# This is needed to be able to push and trigger CI with that push
18
18
token : ${{ secrets.NIV_UPDATER_TOKEN }}
19
- - uses : cachix/install-nix-action@v30
19
+ - uses : cachix/install-nix-action@v31
20
20
with :
21
21
nix_path : nixpkgs=channel:nixos-22.11
22
22
- uses : cachix/cachix-action@v16
You can’t perform that action at this time.
0 commit comments