diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 62578fe..facfc89 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: julia-actions/setup-julia@latest with: version: '1' diff --git a/.github/workflows/SpellCheck.yml b/.github/workflows/SpellCheck.yml index b156e88..100a157 100644 --- a/.github/workflows/SpellCheck.yml +++ b/.github/workflows/SpellCheck.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check spelling uses: crate-ci/typos@master diff --git a/.github/workflows/clean.yml b/.github/workflows/clean.yml index b8a8b4d..37357aa 100644 --- a/.github/workflows/clean.yml +++ b/.github/workflows/clean.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest 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