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 10
10
name : " Build & test"
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2.3.1
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
repository : input-output-hk/quickcheck-dynamic
16
16
# On pull_request events, we want to check out the latest commit of the
22
22
fetch-depth : 0
23
23
24
24
- name : Prepare nix
25
- uses : cachix/install-nix-action@v22
25
+ uses : cachix/install-nix-action@v31
26
26
with :
27
27
extra_nix_config : |
28
28
accept-flake-config = true
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
name : " Pack & Upload"
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2.3.1
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
repository : input-output-hk/quickcheck-dynamic
16
16
ref : ${{ github.ref }}
17
17
# Also ensure we have all history with all tags
18
18
fetch-depth : 0
19
19
20
20
- name : Prepare nix
21
- uses : cachix/install-nix-action@v22
21
+ uses : cachix/install-nix-action@v31
22
22
with :
23
23
extra_nix_config : |
24
24
accept-flake-config = true
You can’t perform that action at this time.
0 commit comments