diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35d32745b..92b7cc64e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: repos: ${{ steps.generate-matrix.outputs.repos }} steps: - name: "😄 Checkout" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "😆 Generate Matrix" id: generate-matrix @@ -84,7 +84,7 @@ jobs: - name: "✨ Create working dir" run: mkdir -p $kernelDir - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: ./${{ env.kernelDir }}/patch - name: "⭐ Install prerequisites"