From accdb920a2086c70a0fc5ff6485067d85437602d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:51:58 +0000 Subject: [PATCH 1/2] Bump the actions group in /.github/workflows with 2 updates Bumps the actions group in /.github/workflows with 2 updates: [OpenAstronomy/publish-wheels-anaconda](https://github.com/openastronomy/publish-wheels-anaconda) and [pyvista/setup-headless-display-action](https://github.com/pyvista/setup-headless-display-action). Updates `OpenAstronomy/publish-wheels-anaconda` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/openastronomy/publish-wheels-anaconda/releases) - [Commits](https://github.com/openastronomy/publish-wheels-anaconda/compare/612ea808f79152bd52a019316f684a12bbe8ba33...eae491141709933a7636af70b070e4a92d1a45be) Updates `pyvista/setup-headless-display-action` from 2 to 3 - [Release notes](https://github.com/pyvista/setup-headless-display-action/releases) - [Commits](https://github.com/pyvista/setup-headless-display-action/compare/4cf5c603091e085da8830e1480355ff03f3e171b...4f44aea3c7954d33db8151a4165aa557f2c6267b) --- updated-dependencies: - dependency-name: OpenAstronomy/publish-wheels-anaconda dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pyvista/setup-headless-display-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/publish_pure_python.yml | 2 +- .github/workflows/tox.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 173eaf08..03df033e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -269,7 +269,7 @@ jobs: user: __token__ password: ${{ secrets.pypi_token }} repository-url: ${{ inputs.repository_url }} - - uses: OpenAstronomy/publish-wheels-anaconda@612ea808f79152bd52a019316f684a12bbe8ba33 # main + - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # main if: ${{ inputs.upload_to_anaconda }} with: anaconda_user: ${{ inputs.anaconda_user }} diff --git a/.github/workflows/publish_pure_python.yml b/.github/workflows/publish_pure_python.yml index 377e7627..b9f639cf 100644 --- a/.github/workflows/publish_pure_python.yml +++ b/.github/workflows/publish_pure_python.yml @@ -141,7 +141,7 @@ jobs: user: __token__ password: ${{ secrets.pypi_token }} repository-url: ${{ inputs.repository_url }} - - uses: OpenAstronomy/publish-wheels-anaconda@612ea808f79152bd52a019316f684a12bbe8ba33 # main + - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # main if: ${{ inputs.upload_to_anaconda }} with: anaconda_user: ${{ inputs.anaconda_user }} diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 4d90639c..23cdd3a6 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -214,7 +214,7 @@ jobs: - name: Setup headless display if: ${{ matrix.display == 'true' }} - uses: pyvista/setup-headless-display-action@4cf5c603091e085da8830e1480355ff03f3e171b # v2 + uses: pyvista/setup-headless-display-action@4f44aea3c7954d33db8151a4165aa557f2c6267b # v3 - name: Install tox run: python -m pip install --upgrade tox ${{ matrix.toxdeps }} From 67a79bcd1f4647299eab29b6caad284bdafa9734 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 3 Dec 2024 12:57:56 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- .github/workflows/publish.yml | 2 +- .github/workflows/publish_pure_python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 03df033e..2bd9ae78 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -269,7 +269,7 @@ jobs: user: __token__ password: ${{ secrets.pypi_token }} repository-url: ${{ inputs.repository_url }} - - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # main + - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1 if: ${{ inputs.upload_to_anaconda }} with: anaconda_user: ${{ inputs.anaconda_user }} diff --git a/.github/workflows/publish_pure_python.yml b/.github/workflows/publish_pure_python.yml index b9f639cf..2edd9ec4 100644 --- a/.github/workflows/publish_pure_python.yml +++ b/.github/workflows/publish_pure_python.yml @@ -141,7 +141,7 @@ jobs: user: __token__ password: ${{ secrets.pypi_token }} repository-url: ${{ inputs.repository_url }} - - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # main + - uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1 if: ${{ inputs.upload_to_anaconda }} with: anaconda_user: ${{ inputs.anaconda_user }}