Skip to content

Commit

Permalink
Merge pull request #89 from hyperspy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
ericpre authored Nov 5, 2023
2 parents a4ff29f + 1324238 commit 8aa942b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 8aa942b

Please sign in to comment.