Skip to content

Commit df8a488

Browse files
authored
Merge pull request #130 from astropy/dependabot/github_actions/dot-github/workflows/actions-7d23431075
Bump the actions group in /.github/workflows with 2 updates
2 parents e147dc3 + 436e71e commit df8a488

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
tests:
14-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@28e947497bed4d6ec3fa1d66d198e95a1d17bc63 # v2.2.1
14+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@930ac90540ecc5f43ba6d3d176efd25cd5f3c6c2 # v2.2.2
1515
with:
1616
posargs: --openmp-expected=True
1717
coverage: codecov
@@ -47,7 +47,7 @@ jobs:
4747
4848
publish:
4949
needs: tests
50-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@28e947497bed4d6ec3fa1d66d198e95a1d17bc63 # v2.2.1
50+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@930ac90540ecc5f43ba6d3d176efd25cd5f3c6c2 # v2.2.2
5151
with:
5252
test_extras: test
5353
test_command: pytest --pyargs extension_helpers

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path-to-changelog: CHANGES.md
2727

2828
- name: Commit updated CHANGELOG
29-
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
29+
uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
3030
with:
3131
branch: main
3232
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)