Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/create-github-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:

- name: Create Release
id: create_release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body: ${{ steps.release_notes.outputs.release-notes }}
files: dist/*
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:

- name: Setup Ollama
if: ${{ inputs.SETUP_OLLAMA }}
uses: ai-action/setup-ollama@e1ea7c157f0c5124f0bbcdaba62ce7f80f4a7291
uses: ai-action/setup-ollama@4fe8369f8ae4250fea47497b3e886c9985c1a2c3

- name: Install library
if: ${{ inputs.install_dependencies_only != true }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
git remote add upstream https://github.com/hyperspy/${{ env.REPOSITORY_NAME }}.git
git fetch upstream --tags

- uses: conda-incubator/setup-miniconda@v3
- uses: conda-incubator/setup-miniconda@v3.3.0
with:
miniforge-version: latest
python-version: ${{ inputs.PYTHON_VERSION }}
Expand Down