Skip to content

Commit 2cc4d05

Browse files
Bump the actions group with 4 updates
Bumps the actions group with 4 updates: [OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml](https://github.com/openastronomy/github-actions-workflows), [OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml](https://github.com/openastronomy/github-actions-workflows), [actions/checkout](https://github.com/actions/checkout) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml` from 2 to 3 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@v2...v3) Updates `OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml` from 2 to 3 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@v2...v3) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `stefanzweifel/git-auto-commit-action` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@04702ed...4a55954) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f58f8b6 commit 2cc4d05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_and_publish.yml

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

2222
jobs:
2323
test:
24-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
24+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v3
2525
with:
2626
libraries: |
2727
apt:
@@ -53,7 +53,7 @@ jobs:
5353
publish:
5454
if: github.event_name != 'pull_request'
5555
needs: [test]
56-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
56+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v3
5757
with:
5858
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
5959
secrets:

.github/workflows/update-changelog.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
ref: main
2222
persist-credentials: true
@@ -29,7 +29,7 @@ jobs:
2929
path-to-changelog: CHANGES.md
3030

3131
- name: Commit updated CHANGELOG
32-
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v4
32+
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v4
3333
with:
3434
branch: main
3535
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)