Skip to content

Commit 3b61cff

Browse files
committed
Bump all actions that used node 16
1 parent 15d6398 commit 3b61cff

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/actions/build-test-publish/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -77,20 +77,20 @@ runs:
7777
# build rails for arm64 on an amd64 machine timed out after 6 hours -- so I'm not convinced I believe that claim.
7878
-
7979
name: 🛠 Set up QEMU
80-
uses: docker/setup-qemu-action@v2
80+
uses: docker/setup-qemu-action@v3
8181
with:
8282
platforms: ${{ inputs.platforms }}
8383

8484
-
8585
name: 🛠 Set up Docker Buildx
86-
uses: docker/setup-buildx-action@v2
86+
uses: docker/setup-buildx-action@v3
8787
with:
8888
platforms: ${{ inputs.platforms }}
8989

9090
# https://github.com/docker/build-push-action
9191
-
9292
name: 🔨 + 🔄 - ${{ inputs.display-as }} (${{ inputs.platforms }})
93-
uses: docker/build-push-action@v3
93+
uses: docker/build-push-action@v6
9494
with:
9595
context: ${{ inputs.docker-context }}
9696
file: ${{ inputs.dockerfile }}
@@ -141,7 +141,7 @@ runs:
141141
-
142142
name: 🚀 ${{ inputs.display-as }} (${{ inputs.platforms }})
143143
if: ${{ inputs.publish == 'true' }}
144-
uses: docker/build-push-action@v3
144+
uses: docker/build-push-action@v6
145145
with:
146146
context: ${{ inputs.docker-context }}
147147
file: ${{ inputs.dockerfile }}

.github/workflows/build-test-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
-
3636
name: ⬆️ Dockerfile.composite
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: composite-dockerfile
4040
path: Dockerfile.composite
@@ -58,7 +58,7 @@ jobs:
5858

5959
-
6060
name: ⬇️ Dockerfile.composite
61-
uses: actions/download-artifact@v3
61+
uses: actions/download-artifact@v4
6262
with:
6363
name: composite-dockerfile
6464

@@ -92,7 +92,7 @@ jobs:
9292

9393
-
9494
name: ⬇️ Dockerfile.composite
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: composite-dockerfile
9898

.github/workflows/on-base-change.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
-
3333
name: 📂 - Base Changed?
3434
id: changes
35-
uses: dorny/paths-filter@v2
35+
uses: dorny/paths-filter@v3
3636
with:
3737
filters: |
3838
base:

.github/workflows/on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
-
3939
name: 📂 - Changed Languages?
4040
id: changes
41-
uses: dorny/paths-filter@v2
41+
uses: dorny/paths-filter@v3
4242
with:
4343
filters: lang-filters.yml
4444

0 commit comments

Comments
 (0)