diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 401e807..0a7e739 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: # os: windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # For Codecov, we must also fetch the parent of the HEAD commit to # be able to properly deal with PRs / merges @@ -104,7 +104,7 @@ jobs: name: Documentation runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@v3 with: version: '1.10'