diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index c83e76b7..b9bc2f52 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Anaconda uses: conda-incubator/setup-miniconda@v3 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26fbeaba..64cbda43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Anaconda uses: conda-incubator/setup-miniconda@v3 with: diff --git a/.github/workflows/execution.yml b/.github/workflows/execution.yml index 16b55aec..86f14d67 100644 --- a/.github/workflows/execution.yml +++ b/.github/workflows/execution.yml @@ -14,7 +14,7 @@ jobs: python-version: ["3.12"] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true @@ -56,7 +56,7 @@ jobs: python-version: ["3.12"] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: conda-incubator/setup-miniconda@v3 with: auto-update-conda: true diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 01cd8cae..c7c6f9f1 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -13,7 +13,7 @@ jobs: steps: # Checkout the live site (html) - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages - name: Link Checker diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fce75dcf..d495426c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Anaconda uses: conda-incubator/setup-miniconda@v3 with: