Skip to content

Commit

Permalink
Merge pull request #480 from astropy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s-1173fb5f34

Bump the actions group with 2 updates
  • Loading branch information
astrofrog authored Dec 1, 2024
2 parents f34613a + 6a7777c commit 98b1219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:

tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
with:
envs: |
- macos: py310-test-oldestdeps
Expand All @@ -35,7 +35,7 @@ jobs:

publish:
needs: tests
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
with:
test_extras: test
test_command: pytest -p no:warnings --pyargs reproject
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: main

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@61ce794778aa787ea8d204d9fe2928543cb2fe40 # v1.11.0
uses: stefanzweifel/changelog-updater-action@a938690fad7edf25368f37e43a1ed1b34303eb36 # v1.12.0
with:
release-notes: ${{ github.event.release.body }}
latest-version: ${{ github.event.release.name }}
Expand Down

0 comments on commit 98b1219

Please sign in to comment.