File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4949 - { cabal: "3.6", os: windows-latest, ghc: "9.0.2" }
5050 - { cabal: "3.6", os: windows-latest, ghc: "9.2.2" }
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353
5454 - uses : haskell-actions/setup@v2
5555 id : setup-haskell-cabal
5858 cabal-version : ${{ matrix.cabal }}
5959 - name : Update cabal package database
6060 run : cabal update
61- - uses : actions/cache@v2
61+ - uses : actions/cache@v4
6262 name : Cache cabal stuff
6363 with :
6464 path : |
@@ -123,7 +123,7 @@ jobs:
123123 STACK_ARGS : ' --resolver ${{ matrix.resolver }} --system-ghc'
124124 cache-version : v4 # bump up this version to invalidate currently stored cache
125125 steps :
126- - uses : actions/checkout@v2
126+ - uses : actions/checkout@v4
127127
128128 - uses : haskell-actions/setup@v2
129129 id : setup-haskell-stack
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Cache
138138 id : cache
139- uses : actions/cache@v2
139+ uses : actions/cache@v4
140140 with :
141141 path : |
142142 ~/.stack
@@ -154,7 +154,7 @@ jobs:
154154 rm -r .stack-work
155155 - name : Windows Cache
156156 id : cache-windows
157- uses : actions/cache@v2
157+ uses : actions/cache@v4
158158 if : matrix.os == 'windows-latest'
159159 with :
160160 path : |
You can’t perform that action at this time.
0 commit comments