File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 chmod a+x $HOME/.cabal/bin/cabal-plan
144144 cabal-plan --version
145145 - name : checkout
146- uses : actions/checkout@v4
146+ uses : actions/checkout@v5
147147 with :
148148 path : source
149149 - 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@v4
21+ - uses : actions/checkout@v5
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@v4
56+ - uses : actions/checkout@v5
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@v4
13+ uses : actions/checkout@v5
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