From c1d84856edd43d2c6136ea9bff3d86ddf05f9997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:09:08 +0000 Subject: [PATCH] Bump the actions group across 2 directories with 3 updates Bumps the actions group with 1 update in the /.github/actions/create-github-release directory: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Bumps the actions group with 2 updates in the /.github/workflows directory: [ai-action/setup-ollama](https://github.com/ai-action/setup-ollama) and [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda). Updates `softprops/action-gh-release` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda) Updates `ai-action/setup-ollama` from 2.0.31 to 2.0.34 - [Release notes](https://github.com/ai-action/setup-ollama/releases) - [Changelog](https://github.com/ai-action/setup-ollama/blob/master/CHANGELOG.md) - [Commits](https://github.com/ai-action/setup-ollama/compare/e1ea7c157f0c5124f0bbcdaba62ce7f80f4a7291...4fe8369f8ae4250fea47497b3e886c9985c1a2c3) Updates `conda-incubator/setup-miniconda` from 3 to 3.3.0 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](https://github.com/conda-incubator/setup-miniconda/compare/v3...v3.3.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: ai-action/setup-ollama dependency-version: 2.0.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: conda-incubator/setup-miniconda dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/actions/create-github-release/action.yml | 2 +- .github/workflows/doc.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}