diff --git a/.github/actions/create-github-release/action.yml b/.github/actions/create-github-release/action.yml index 6c42eb5..bdd02c9 100644 --- a/.github/actions/create-github-release/action.yml +++ b/.github/actions/create-github-release/action.yml @@ -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/* diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 3aaad1b..026ac59 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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 }} diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 3cd72c5..4d79fbe 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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 }}