Skip to content

Commit 0f095c5

Browse files
Bump the actions group in /.github/workflows with 2 updates
Bumps the actions group in /.github/workflows with 2 updates: [OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml](https://github.com/openastronomy/github-actions-workflows) and [OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml](https://github.com/openastronomy/github-actions-workflows). Updates `OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml` from 2.6.3 to 2.6.4 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@2835f0c...4193751) Updates `OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml` from 2.6.3 to 2.6.4 - [Release notes](https://github.com/openastronomy/github-actions-workflows/releases) - [Commits](OpenAstronomy/github-actions-workflows@2835f0c...4193751) --- updated-dependencies: - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml dependency-version: 2.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml dependency-version: 2.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa97f56 commit 0f095c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_workflows.yml

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

1515
jobs:
1616
tests:
17-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@2835f0cacddf3f8de198db9afdb5354a5cebe0ef # v2.6.3
17+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@4193751d511425d4edc1d5657c24b2128d49b017 # v2.6.4
1818
with:
1919
envs: |
2020
- linux: codestyle
@@ -33,7 +33,7 @@ jobs:
3333
- linux: py313-test-devdeps
3434
publish:
3535
needs: tests
36-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@2835f0cacddf3f8de198db9afdb5354a5cebe0ef # v2.6.3
36+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@4193751d511425d4edc1d5657c24b2128d49b017 # v2.6.4
3737
with:
3838
test_extras: test
3939
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --arraydiff $GITHUB_WORKSPACE/tests

0 commit comments

Comments
 (0)