File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 cachix-push :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
2020 with :
2121 extra-conf : |
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333 with :
3434 fetch-depth : 1
3535
Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v6
29+ uses : actions/checkout@v7
3030 with :
3131 fetch-depth : 1
3232
Original file line number Diff line number Diff line change 3232 run :
3333 working-directory : installer
3434 steps :
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636 - uses : dtolnay/rust-toolchain@stable
3737 with :
3838 components : rustfmt, clippy
4949 run :
5050 working-directory : installer
5151 steps :
52- - uses : actions/checkout@v6
52+ - uses : actions/checkout@v7
5353 - uses : dtolnay/rust-toolchain@stable
5454 - uses : Swatinem/rust-cache@v2
5555 with :
7878 runner : macos-latest
7979 cross : false
8080 steps :
81- - uses : actions/checkout@v6
81+ - uses : actions/checkout@v7
8282 - uses : dtolnay/rust-toolchain@stable
8383 with :
8484 targets : ${{ matrix.target }}
@@ -114,7 +114,7 @@ jobs:
114114 permissions :
115115 contents : write
116116 steps :
117- - uses : actions/checkout@v6
117+ - uses : actions/checkout@v7
118118 - uses : actions/download-artifact@v8
119119 with :
120120 path : artifacts
Original file line number Diff line number Diff line change 5656 /opt/homebrew/opt/postgresql@16/bin/psql postgres -c "CREATE USER neohaskell WITH PASSWORD 'neohaskell' SUPERUSER CREATEDB CREATEROLE LOGIN;"
5757 /opt/homebrew/opt/postgresql@16/bin/psql postgres -c "CREATE DATABASE neohaskell OWNER neohaskell;"
5858
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060
6161 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
6262 with :
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 timeout-minutes : 30
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
3434 with :
3535 extra-conf : |
5858 runs-on : ubuntu-latest
5959 timeout-minutes : 15
6060 steps :
61- - uses : actions/checkout@v6
61+ - uses : actions/checkout@v7
6262 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
6363 with :
6464 extra-conf : |
7878 runs-on : ubuntu-latest
7979 timeout-minutes : 15
8080 steps :
81- - uses : actions/checkout@v6
81+ - uses : actions/checkout@v7
8282 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
8383 with :
8484 extra-conf : |
9898 runs-on : ubuntu-latest
9999 timeout-minutes : 15
100100 steps :
101- - uses : actions/checkout@v6
101+ - uses : actions/checkout@v7
102102 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
103103 with :
104104 extra-conf : |
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : ubuntu-latest
119119 timeout-minutes : 15
120120 steps :
121- - uses : actions/checkout@v6
121+ - uses : actions/checkout@v7
122122 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
123123 with :
124124 extra-conf : |
@@ -162,7 +162,7 @@ jobs:
162162 # runs finish in ~10m total.
163163 timeout-minutes : 40
164164 steps :
165- - uses : actions/checkout@v6
165+ - uses : actions/checkout@v7
166166 - uses : DeterminateSystems/determinate-nix-action@v3.21.2
167167 with :
168168 extra-conf : |
Original file line number Diff line number Diff line change 2626 translate :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v6
29+ - uses : actions/checkout@v7
3030 with :
3131 fetch-depth : 0
3232
You can’t perform that action at this time.
0 commit comments