diff --git a/.github/workflows/rewrite-kernel-configs.yml b/.github/workflows/rewrite-kernel-configs.yml index e07c8355b1..8d7ef5fb91 100644 --- a/.github/workflows/rewrite-kernel-configs.yml +++ b/.github/workflows/rewrite-kernel-configs.yml @@ -17,7 +17,7 @@ jobs: matrix: ${{ steps.gen.outputs.matrix }} count: ${{ steps.gen.outputs.count }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: "Produce inventory JSON" run: | @@ -75,7 +75,7 @@ jobs: matrix: include: ${{ fromJson(needs.build-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -175,7 +175,7 @@ jobs: needs: [build-matrix, rewrite-configs] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0