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 19
19
os : [ubuntu-latest]
20
20
name : Cabal with GHC ${{ matrix.ghc }}
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Setup Haskell
24
24
uses : haskell-actions/setup@v2
25
25
with :
46
46
# os: [ubuntu-latest]
47
47
# name: Cabal with GHC ${{ matrix.ghc }} and mtl >= 2.3.1
48
48
# steps:
49
- # - uses: actions/checkout@v3
49
+ # - uses: actions/checkout@v4
50
50
# - name: Setup Haskell
51
51
# uses: haskell/actions/setup@v2
52
52
# with:
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
chmod a+x $HOME/.cabal/bin/cabal-plan
150
150
cabal-plan --version
151
151
- name : checkout
152
- uses : actions/checkout@v3
152
+ uses : actions/checkout@v4
153
153
with :
154
154
path : source
155
155
- name : initial cabal.project for sdist
Original file line number Diff line number Diff line change 17
17
name : Nix on ${{ matrix.os }}
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
20
- - uses : actions/checkout@v3.5.3
20
+ - uses : actions/checkout@v4
21
21
- uses : cachix/install-nix-action@v22
22
22
with :
23
23
extra_nix_config : |
You can’t perform that action at this time.
0 commit comments