Skip to content

Commit 5fe7efc

Browse files
authored
Merge pull request #240 from spacetelescope/dependabot/github_actions/dot-github/workflows/actions-ba4970bddf
Bump the actions group in /.github/workflows with 2 updates
2 parents 4ddf4b1 + 93ec6cb commit 5fe7efc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
11+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
1212
with:
1313
upload_to_pypi: ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
1414
secrets:

.github/workflows/ci.yml

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

1818
jobs:
1919
check:
20-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
20+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
2121
with:
2222
envs: |
2323
- linux: check-style
2424
- linux: check-security
2525
- linux: check-build
2626
test:
27-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
27+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
2828
with:
2929
envs: |
3030
- macos: py310-numpy121-xdist

0 commit comments

Comments
 (0)