From 1f45bdc99fae459e38aee64f2c676e34841f4c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:35:06 +0000 Subject: [PATCH] Bump OpenAstronomy/github-actions-workflows from 1 to 2 Bumps [OpenAstronomy/github-actions-workflows](https://github.com/openastronomy/github-actions-workflows) from 1 to 2. - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](https://github.com/openastronomy/github-actions-workflows/compare/v1...v2) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d34098c..b5b3558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'Run publish') ) needs: [test] - uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 + uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2 with: test_extras: 'all,tests' test_command: 'HELIOVIEWER_API_URL=https://api.beta.helioviewer.org/v2/ pytest -p no:warnings --doctest-rst --pyargs hvpy'