Skip to content

Commit e6b056f

Browse files
committed
CI: Bump docker/setup-buildx-action from v1 to v2
Fixes deprecation warnings from GHA.
1 parent d2188ff commit e6b056f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Set up Docker Buildx
121121
if: runner.os == 'Linux'
122-
uses: docker/setup-buildx-action@v1
122+
uses: docker/setup-buildx-action@v2
123123

124124
- name: Build xtask
125125
run: cargo build -p xtask

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: ./.github/actions/setup-rust
2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v1
21+
uses: docker/setup-buildx-action@v2
2222
- name: Build xtask
2323
run: cargo build -p xtask
2424
- name: Build Docker image

0 commit comments

Comments
 (0)