Skip to content

Commit 91c6d31

Browse files
Bump the actions group across 1 directory with 3 updates (#136)
* Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the /.github/workflows directory: [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) and [actions/checkout](https://github.com/actions/checkout). Updates `OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@930ac90...d9b81a0) Updates `OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml` from 2.2.2 to 2.3.0 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@930ac90...d9b81a0) Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Add cooldown to Dependabot --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: P. L. Lim <[email protected]>
2 parents 2a2548c + 890168a commit 91c6d31

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ updates:
88
actions:
99
patterns:
1010
- "*"
11+
cooldown:
12+
default-days: 7

.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@930ac90540ecc5f43ba6d3d176efd25cd5f3c6c2 # v2.2.2
14+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
1515
with:
1616
posargs: --openmp-expected=True
1717
coverage: codecov
@@ -44,7 +44,7 @@ jobs:
4444
4545
publish:
4646
needs: tests
47-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@930ac90540ecc5f43ba6d3d176efd25cd5f3c6c2 # v2.2.2
47+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
4848
with:
4949
test_extras: test
5050
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
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1818
with:
1919
ref: main
2020

0 commit comments

Comments
 (0)