diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cd1540..5275fc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: steps: - name: "⬇ Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "🐳 Login to GHCR" uses: docker/login-action@v3 @@ -86,7 +86,7 @@ jobs: steps: - name: "⬇ Checkout" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "🛠 Prepare workspace with a fresh RPi lite image" shell: bash