From 7b510aa14b806c91963e539d5904f6e8522ab190 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:33:20 +0000 Subject: [PATCH] Update github-actions to v6 --- .github/workflows/archiso.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archiso.yml b/.github/workflows/archiso.yml index ebe3d01..e6d27b0 100644 --- a/.github/workflows/archiso.yml +++ b/.github/workflows/archiso.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: Build and push image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: .