Commit 3b61cff 1 parent 15d6398 commit 3b61cff Copy full SHA for 3b61cff
File tree 4 files changed +9
-9
lines changed
actions/build-test-publish
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -77,20 +77,20 @@ runs:
77
77
# build rails for arm64 on an amd64 machine timed out after 6 hours -- so I'm not convinced I believe that claim.
78
78
-
79
79
name : 🛠 Set up QEMU
80
- uses : docker/setup-qemu-action@v2
80
+ uses : docker/setup-qemu-action@v3
81
81
with :
82
82
platforms : ${{ inputs.platforms }}
83
83
84
84
-
85
85
name : 🛠 Set up Docker Buildx
86
- uses : docker/setup-buildx-action@v2
86
+ uses : docker/setup-buildx-action@v3
87
87
with :
88
88
platforms : ${{ inputs.platforms }}
89
89
90
90
# https://github.com/docker/build-push-action
91
91
-
92
92
name : 🔨 + 🔄 - ${{ inputs.display-as }} (${{ inputs.platforms }})
93
- uses : docker/build-push-action@v3
93
+ uses : docker/build-push-action@v6
94
94
with :
95
95
context : ${{ inputs.docker-context }}
96
96
file : ${{ inputs.dockerfile }}
@@ -141,7 +141,7 @@ runs:
141
141
-
142
142
name : 🚀 ${{ inputs.display-as }} (${{ inputs.platforms }})
143
143
if : ${{ inputs.publish == 'true' }}
144
- uses : docker/build-push-action@v3
144
+ uses : docker/build-push-action@v6
145
145
with :
146
146
context : ${{ inputs.docker-context }}
147
147
file : ${{ inputs.dockerfile }}
Original file line number Diff line number Diff line change 34
34
35
35
-
36
36
name : ⬆️ Dockerfile.composite
37
- uses : actions/upload-artifact@v3
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : composite-dockerfile
40
40
path : Dockerfile.composite
58
58
59
59
-
60
60
name : ⬇️ Dockerfile.composite
61
- uses : actions/download-artifact@v3
61
+ uses : actions/download-artifact@v4
62
62
with :
63
63
name : composite-dockerfile
64
64
92
92
93
93
-
94
94
name : ⬇️ Dockerfile.composite
95
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
96
96
with :
97
97
name : composite-dockerfile
98
98
Original file line number Diff line number Diff line change 32
32
-
33
33
name : 📂 - Base Changed?
34
34
id : changes
35
- uses : dorny/paths-filter@v2
35
+ uses : dorny/paths-filter@v3
36
36
with :
37
37
filters : |
38
38
base:
Original file line number Diff line number Diff line change 38
38
-
39
39
name : 📂 - Changed Languages?
40
40
id : changes
41
- uses : dorny/paths-filter@v2
41
+ uses : dorny/paths-filter@v3
42
42
with :
43
43
filters : lang-filters.yml
44
44
You can’t perform that action at this time.
0 commit comments