diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ebdf7e..2ad0fe3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} # Download the latest commit from the master branch - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Set up QEMU - id: qemu