Skip to content

Commit 3047cca

Browse files
authored
Merge pull request #245 from matplotlib/dependabot/github_actions/OpenAstronomy/github-actions-workflows-2
Bump OpenAstronomy/github-actions-workflows from 1 to 2
2 parents abb0177 + e7efcf4 commit 3047cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v1
24+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
2525
with:
2626
libraries: |
2727
apt:
@@ -54,7 +54,7 @@ jobs:
5454
publish:
5555
if: github.event_name != 'pull_request'
5656
needs: [test]
57-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
57+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
5858
with:
5959
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
6060
secrets:

0 commit comments

Comments
 (0)