diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 2ff13b011..abc406a40 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -25,7 +25,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@latest with: version: ${{ matrix.version }} diff --git a/.github/workflows/DocumentationCleanup.yml b/.github/workflows/DocumentationCleanup.yml index 807b2d30a..9e8042d5e 100644 --- a/.github/workflows/DocumentationCleanup.yml +++ b/.github/workflows/DocumentationCleanup.yml @@ -16,7 +16,7 @@ jobs: contents: write steps: - name: Checkout gh-pages branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: gh-pages - name: Delete preview and history + push changes