diff --git a/.github/workflows/apfs.yml b/.github/workflows/apfs.yml index 7fe5fd7a..45c75a4e 100644 --- a/.github/workflows/apfs.yml +++ b/.github/workflows/apfs.yml @@ -12,7 +12,7 @@ jobs: steps: - name: 'Checkout Repo' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -88,7 +88,7 @@ jobs: steps: - name: 'Checkout Repo' - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: 6.12 persist-credentials: false diff --git a/.github/workflows/compile_test.yml b/.github/workflows/compile_test.yml index de34e281..6d5fb5de 100644 --- a/.github/workflows/compile_test.yml +++ b/.github/workflows/compile_test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download Kernel Source run: | source ./version