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 1919 os : [ubuntu-latest]
2020 name : Cabal with GHC ${{ matrix.ghc }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - name : Setup Haskell
2424 uses : haskell-actions/setup@v2
2525 with :
4646 # os: [ubuntu-latest]
4747 # name: Cabal with GHC ${{ matrix.ghc }} and mtl >= 2.3.1
4848 # steps:
49- # - uses: actions/checkout@v3
49+ # - uses: actions/checkout@v4
5050 # - name: Setup Haskell
5151 # uses: haskell/actions/setup@v2
5252 # with:
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 chmod a+x $HOME/.cabal/bin/cabal-plan
150150 cabal-plan --version
151151 - name : checkout
152- uses : actions/checkout@v3
152+ uses : actions/checkout@v4
153153 with :
154154 path : source
155155 - name : initial cabal.project for sdist
Original file line number Diff line number Diff line change 1717 name : Nix on ${{ matrix.os }}
1818 runs-on : ${{ matrix.os }}
1919 steps :
20- - uses : actions/checkout@v3.5.3
20+ - uses : actions/checkout@v4
2121 - uses : cachix/install-nix-action@v22
2222 with :
2323 extra_nix_config : |
You can’t perform that action at this time.
0 commit comments