Skip to content

Commit 40541cf

Browse files
committed
Bump actions versions
1 parent 7822c1d commit 40541cf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/container-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
changed: ${{ steps.changed_images.outputs.changed }}
2626

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
with:
3030
submodules: "recursive"
3131

3232
- name: Get Changed Files
3333
id: changed_files
3434
# pinning out of paranoia, this is the modern-node fork of jitterbit/get-changed-files
35-
uses: masesgroup/retrieve-changed-files@076a92699259d81d1c607bd91f0e1e9d45fd3151
35+
uses: masesgroup/retrieve-changed-files@491e80760c0e28d36ca6240a27b1ccb8e1402c13
3636

3737
- name: Find image directories
3838
id: images
@@ -89,17 +89,17 @@ jobs:
8989
arch: ["aarch64", "amd64", "armhf", "arm/v7"]
9090

9191
steps:
92-
- uses: actions/checkout@v3
92+
- uses: actions/checkout@v4
9393
# - uses: docker/setup-qemu-action@v2
94-
- uses: docker/setup-buildx-action@v2
94+
- uses: docker/setup-buildx-action@v3
9595
- name: Log in to the Github Container registry
96-
uses: docker/login-action@v2
96+
uses: docker/login-action@v3
9797
with:
9898
registry: ghcr.io
9999
username: ${{ github.actor }}
100100
password: ${{ secrets.GITHUB_TOKEN }}
101101

102-
- uses: docker/metadata-action@v4
102+
- uses: docker/metadata-action@v5
103103
id: meta
104104
with:
105105
images: ghcr.io/offbyone/${{ matrix.image }}
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Build and push by digest
115115
id: build
116-
uses: docker/build-push-action@v4
116+
uses: docker/build-push-action@v5
117117
with:
118118
context: ./${{ matrix.image }}
119119
platforms: linux/${{ matrix.arch }}
@@ -152,14 +152,14 @@ jobs:
152152
name: digests-${{ matrix.image }}
153153
path: /tmp/digests-${{ matrix.image }}
154154
- name: Set up Docker Buildx
155-
uses: docker/setup-buildx-action@v2
155+
uses: docker/setup-buildx-action@v3
156156
- name: Docker meta
157157
id: meta
158-
uses: docker/metadata-action@v4
158+
uses: docker/metadata-action@v5
159159
with:
160160
images: ghcr.io/offbyone/${{ matrix.image }}
161161
- name: Log in to the Github Container registry
162-
uses: docker/login-action@v2
162+
uses: docker/login-action@v3
163163
with:
164164
registry: ghcr.io
165165
username: ${{ github.actor }}

0 commit comments

Comments
 (0)