diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 56cac92..cc2eefd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -115,7 +115,7 @@ jobs: # The `yggdrasil` image is used in the CI for the Yggdrasil repo - {slug: 'yggdrasil.x86_64', build_on: ''} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - run: uname -a diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8b568c5..4a66ba3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -43,7 +43,7 @@ jobs: - '2022' # - '2025' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false