Skip to content

Commit 5353a50

Browse files
maxholmanclaude
andauthored
chore(ci): bump docker/setup-buildx-action v3→v4, build-push-action v6→v7 (#71)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac97d4a commit 5353a50

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
gh release download "$CROSS_VERSION" --repo cross-rs/cross --pattern 'cross-x86_64-unknown-linux-musl.tar.gz' -D /tmp
7979
tar xz -C ~/.cargo/bin cross < /tmp/cross-x86_64-unknown-linux-musl.tar.gz
8080
81-
- uses: docker/setup-buildx-action@v3
81+
- uses: docker/setup-buildx-action@v4
8282

8383
- name: Build and cache cross Docker image
84-
uses: docker/build-push-action@v6
84+
uses: docker/build-push-action@v7
8585
with:
8686
context: .
8787
file: Dockerfile.cross-musl
@@ -122,10 +122,10 @@ jobs:
122122
gh release download "$CROSS_VERSION" --repo cross-rs/cross --pattern 'cross-x86_64-unknown-linux-musl.tar.gz' -D /tmp
123123
tar xz -C ~/.cargo/bin cross < /tmp/cross-x86_64-unknown-linux-musl.tar.gz
124124
125-
- uses: docker/setup-buildx-action@v3
125+
- uses: docker/setup-buildx-action@v4
126126

127127
- name: Build and cache cross Docker image
128-
uses: docker/build-push-action@v6
128+
uses: docker/build-push-action@v7
129129
with:
130130
context: .
131131
file: Dockerfile.cross-musl

0 commit comments

Comments
 (0)