From 9e897ae2dc105e4f9f7a545ab2a3f84a5da5d886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:03:31 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 07db0c1..2ccf534 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: env: DOCS_PATH: ./docs/_build/html/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: conda-incubator/setup-miniconda@v2 @@ -66,7 +66,7 @@ jobs: # needs write permission to push the docs to gh-pages contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: gh-pages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7054262..c3f6e45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: ID: ${{ steps.create_release.outputs.id }} VERSION: ${{ env.VERSION }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get version (on tag) if: startsWith(github.ref, 'refs/tags/') @@ -107,7 +107,7 @@ jobs: MICROMAMBA_VERSION: '1.4.2' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2 with: miniforge-variant: Mambaforge @@ -299,7 +299,7 @@ jobs: LIB_TO_TEST_SKIP: '' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download Winpython run: | Invoke-WebRequest -OutFile ${{ env.WP_EXE }} ${{ env.WP_URL }}