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