From aaf1c24f32401199986dc8febcbb636d175eb48c Mon Sep 17 00:00:00 2001 From: J0WI Date: Sun, 29 Mar 2026 16:04:44 +0200 Subject: [PATCH] Update actions/checkout Signed-off-by: J0WI --- .github/workflows/images.yml | 4 ++-- .github/workflows/update-sh.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 844787c06..5c811e96f 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -21,7 +21,7 @@ jobs: outputs: strategy: ${{ steps.generate-jobs.outputs.strategy }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: docker-library/bashbrew@HEAD - id: generate-jobs name: Generate Jobs @@ -37,7 +37,7 @@ jobs: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Prepare Environment run: ${{ matrix.runs.prepare }} - name: Run update.sh script diff --git a/.github/workflows/update-sh.yml b/.github/workflows/update-sh.yml index fd9eb8cd5..ce2383bd7 100644 --- a/.github/workflows/update-sh.yml +++ b/.github/workflows/update-sh.yml @@ -14,7 +14,7 @@ jobs: name: Run update.sh script runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run update.sh script run: ./update.sh - name: Commit files