Skip to content

Commit

Permalink
Merge pull request #35 from astropy/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions-09f3dcea20

Bump the actions group in /.github/workflows with 2 updates
  • Loading branch information
neutrinoceros authored Jan 1, 2025
2 parents a45267c + 25cccb0 commit 97166a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.0
with:
envs: |
- linux: py310-test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: Run tests on all platforms
needs: update
if: needs.update.outputs.changed
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.0
with:
checkout_ref: ${{ needs.update.outputs.new_sha }}
envs: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
custom_tag: ${{ steps.tag_name.outputs.version }}
tag_prefix: ""
- name: Create GitHub release
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
with:
tag_name: ${{ steps.tag_name.outputs.version }}
generate_release_notes: true
Expand All @@ -99,7 +99,7 @@ jobs:
name: Publish the release to PyPI
needs: tag
if: needs.update.outputs.changed
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@9f1f43251dde69da8613ea8e11144f05cdea41d5 # v1.15.0
with:
checkout_ref: ${{ needs.tag.outputs.new_tag }}
upload_to_pypi: true
Expand Down

0 comments on commit 97166a5

Please sign in to comment.