From f2e6a94c12c4c54c4b1cd54253dcf047ac3d728b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:00:39 +0000 Subject: [PATCH] Bump OpenAstronomy/github-actions-workflows Bumps the actions group in /.github/workflows with 1 update: [OpenAstronomy/github-actions-workflows](https://github.com/openastronomy/github-actions-workflows). Updates `OpenAstronomy/github-actions-workflows` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](https://github.com/openastronomy/github-actions-workflows/compare/d68193b68216da64eafaa618f53c59f5d271c56e...9f1f43251dde69da8613ea8e11144f05cdea41d5) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 2628872..38531a2 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -72,7 +72,7 @@ jobs: publish: needs: tests - uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0 + uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.0 with: test_extras: test test_command: pytest -p no:warnings --pyargs astroscrappy