diff --git a/.github/workflows/Benchmarks.yml b/.github/workflows/Benchmarks.yml index 982dbb1..a5ec0f6 100644 --- a/.github/workflows/Benchmarks.yml +++ b/.github/workflows/Benchmarks.yml @@ -34,14 +34,14 @@ jobs: steps: - name: Checkout base - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.event.pull_request.base.repo.full_name }} ref: ${{ github.event.pull_request.base.sha }} path: base - name: Checkout PR head - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index aa52479..c4219de 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -81,7 +81,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: julia-actions/setup-julia@v3 with: