File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ jobs:
38
38
- ghc : ' 9.10.1'
39
39
ghc_minor : ' 9.10'
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v4
42
42
- name : build + smoke test [${{ matrix.ghc }}]
43
- uses : nick-invision/retry@v2
43
+ uses : nick-invision/retry@v3.0.0
44
44
with :
45
45
timeout_minutes : 8
46
46
max_attempts : 3
47
47
command : |
48
48
docker build --pull \
49
49
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
50
50
${{ matrix.ghc_minor }}/${{ matrix.deb }}
51
- - uses : actions/checkout@v2
51
+ - uses : actions/checkout@v4
52
52
with :
53
53
repository : docker-library/official-images
54
54
path : official-images
82
82
- arch : aarch64
83
83
docker_platform : arm64
84
84
steps :
85
- - uses : actions/checkout@v2
85
+ - uses : actions/checkout@v4
86
86
- name : docker build [ ${{ matrix.arch }} ${{ matrix.ghc }}]
87
- uses : uraimo/run-on-arch-action@e9117b926d001f8683802c315b5a134f8c5da3d3
87
+ uses : uraimo/run-on-arch-action@v2.7.2
88
88
with :
89
89
arch : ${{ matrix.arch }}
90
90
distro : ${{ matrix.deb }}
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/[email protected]
17
17
with :
18
18
recursive : true
You can’t perform that action at this time.
0 commit comments