From 132423801311acb4eefa2e557cd9548ce8c49786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 18:08:05 +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 ce1e5be..d141d61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,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.5.1' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2 with: miniforge-variant: Mambaforge @@ -306,7 +306,7 @@ jobs: LIB_TO_INSTALL: abtem ase atomap graphviz hdf5plugin hyperspy[all] hyperspyui kikuchipy lumispy matplotlib-scalebar nglview particlespy py4dstem pymatgen pystackreg python-rapidjson pyxem scanning_drift_corr start_jupyter_cm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download Winpython run: | Invoke-WebRequest -OutFile ${{ env.WP_EXE }} ${{ env.WP_URL }}