From f106b690f0bf8a3844a88cd94791b35f95eb0cb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:03:51 +0000 Subject: [PATCH] chore(deps): update github actions to v3.24 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdae47e..85f3ac2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -253,7 +253,7 @@ jobs: test-alpine-container: runs-on: ubuntu-latest container: - image: alpine:3.23 + image: alpine:3.24 steps: - name: Install Alpine dependencies run: apk add --no-cache bash curl gcompat libstdc++ @@ -354,7 +354,7 @@ jobs: # flake in one shard doesn't cancel the others. runs-on: ubuntu-latest container: - image: alpine:3.23 + image: alpine:3.24 steps: - name: Install Alpine dependencies run: apk add --no-cache bash curl gcompat libstdc++