File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
- ghc : ' 9.8.1'
37
37
ghc_minor : ' 9.8'
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v4
40
40
- name : build + smoke test [${{ matrix.ghc }}]
41
41
uses : nick-invision/retry@v2
42
42
with :
46
46
docker build --pull \
47
47
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
48
48
${{ matrix.ghc_minor }}/${{ matrix.deb }}
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v4
50
50
with :
51
51
repository : AlistairB/official-images
52
52
ref : haskell-cabal-test-change
Original file line number Diff line number Diff line change 12
12
hadolint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
- uses : hadolint/hadolint-action@v1.6.0
17
17
with :
18
18
recursive : true
You can’t perform that action at this time.
0 commit comments