Skip to content

Commit 83f5bcd

Browse files
committed
chore: update toolchain and tools
Update dependencies: ``` toolchain: v1.13.0-beta.0 tools: v1.13.0-beta.0 ``` Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent 4f784de commit 83f5bcd

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-17T10:04:57Z by kres 6458cfd.
3+
# Generated on 2026-03-17T09:39:15Z by kres 7bfd168.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -63,7 +63,7 @@ jobs:
6363
git fetch --prune --unshallow
6464
- name: Set up Docker Buildx
6565
id: setup-buildx
66-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
66+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # version: v4.0.0
6767
with:
6868
append: |
6969
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
@@ -80,7 +80,7 @@ jobs:
8080
make nonfree
8181
- name: Login to registry
8282
if: github.event_name != 'pull_request'
83-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # version: v3.7.0
83+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # version: v4.0.0
8484
with:
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686
registry: ghcr.io
@@ -165,7 +165,7 @@ jobs:
165165
git fetch --prune --unshallow
166166
- name: Set up Docker Buildx
167167
id: setup-buildx
168-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
168+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # version: v4.0.0
169169
with:
170170
append: |
171171
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234

.github/workflows/weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2026-02-17T10:04:57Z by kres 6458cfd.
3+
# Generated on 2026-03-17T09:39:15Z by kres 7bfd168.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -46,7 +46,7 @@ jobs:
4646
git fetch --prune --unshallow
4747
- name: Set up Docker Buildx
4848
id: setup-buildx
49-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
49+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # version: v4.0.0
5050
with:
5151
append: |
5252
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234

Pkgfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
format: v1alpha2
44

55
vars:
6-
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.13.0-alpha.0-6-g5b44ff9
6+
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.13.0-beta.0
77
TOOLS_PREFIX: ghcr.io/siderolabs/
8-
TOOLS_REV: v1.13.0-alpha.0-19-g5c753fc
8+
TOOLS_REV: v1.13.0-beta.0
99
LLVM_IMAGE: ghcr.io/siderolabs/llvm
1010

1111
# renovate: datasource=github-releases depName=containernetworking/plugins

0 commit comments

Comments
 (0)