Skip to content

Commit 113f164

Browse files
authored
Merge pull request #265 from matplotlib/dependabot/github_actions/actions-c7bd2696c3
Bump the actions group with 4 updates
2 parents f58f8b6 + 51602d5 commit 113f164

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/test_and_publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ 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
25+
permissions:
26+
id-token: write
2527
with:
2628
libraries: |
2729
apt:
@@ -48,12 +50,12 @@ jobs:
4850
- linux: py310-test-mpl35
4951
- macos: py310-test-mpl35
5052
- windows: py310-test-mpl35
51-
coverage: 'codecov'
53+
coverage: 'codecov-oidc'
5254

5355
publish:
5456
if: github.event_name != 'pull_request'
5557
needs: [test]
56-
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
58+
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v3
5759
with:
5860
test_command: pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
5961
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

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ passenv =
1414
WINDIR
1515
MPL_UPDATE_*
1616
setenv =
17+
COVERAGE_FILE = {toxinidir}/.coverage
1718
MPLBACKEND = Agg
1819
mpldev: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1920
changedir = .tmp/{envname}

0 commit comments

Comments
 (0)