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 1010 name : " Build & test"
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2.3.1
13+ - uses : actions/checkout@v4
1414 with :
1515 repository : input-output-hk/quickcheck-dynamic
1616 # On pull_request events, we want to check out the latest commit of the
2222 fetch-depth : 0
2323
2424 - name : Prepare nix
25- uses : cachix/install-nix-action@v22
25+ uses : cachix/install-nix-action@v31
2626 with :
2727 extra_nix_config : |
2828 accept-flake-config = true
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 name : " Pack & Upload"
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2.3.1
13+ - uses : actions/checkout@v4
1414 with :
1515 repository : input-output-hk/quickcheck-dynamic
1616 ref : ${{ github.ref }}
1717 # Also ensure we have all history with all tags
1818 fetch-depth : 0
1919
2020 - name : Prepare nix
21- uses : cachix/install-nix-action@v22
21+ uses : cachix/install-nix-action@v31
2222 with :
2323 extra_nix_config : |
2424 accept-flake-config = true
You can’t perform that action at this time.
0 commit comments