File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 chmod a+x $HOME/.cabal/bin/cabal-plan
124124 cabal-plan --version
125125 - name : checkout
126- uses : actions/checkout@v4
126+ uses : actions/checkout@v5
127127 with :
128128 path : source
129129 - name : initial cabal.project for sdist
Original file line number Diff line number Diff line change 1212 name : Build
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
1616 - uses : DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea # v19
1717 - run : nix flake check
Original file line number Diff line number Diff line change 1111 contents : write
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
1515 with :
1616 ssh-key : ${{ secrets.UPDATE_FLAKE_LOCK_SSH_KEY }}
1717 - uses : DeterminateSystems/nix-installer-action@90bb610b90bf290cad97484ba341453bd1cbefea # v19
You can’t perform that action at this time.
0 commit comments