File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153 chmod a+x $HOME/.cabal/bin/cabal-plan
154154 cabal-plan --version
155155 - name : checkout
156- uses : actions/checkout@v6
156+ uses : actions/checkout@v7
157157 with :
158158 path : source
159159 - name : initial cabal.project for sdist
Original file line number Diff line number Diff line change 1818 name : Nix on ${{ matrix.os }}
1919 runs-on : ${{ matrix.os }}
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222 - uses : wimpysworld/nothing-but-nix@main
2323 if : runner.os == 'Linux'
2424 with :
5353 name : Nix on ${{ matrix.os }}
5454 runs-on : ${{ matrix.os }}
5555 steps :
56- - uses : actions/checkout@v6
56+ - uses : actions/checkout@v7
5757 - uses : wimpysworld/nothing-but-nix@main
5858 if : runner.os == 'Linux'
5959 with :
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 - name : Install Nix
1515 uses : DeterminateSystems/nix-installer-action@main
1616 - name : Update flake.lock
You can’t perform that action at this time.
0 commit comments