diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8372b98..2ec56c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: if: ${{ github.event_name == 'push' || github.event.pull_request.merged == true }} steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup QEMU