Skip to content

Commit 3d3b0d9

Browse files
authored
Merge pull request #243 from cphyc/dependabot/github_actions/dot-github/workflows/actions-564fd47cee
Bump the actions group across 1 directory with 2 updates
2 parents 889f390 + d7ce3e4 commit 3d3b0d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Set up Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.x"
1919

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test with pytest
3131
run: |
3232
pytest --mpl --mpl-results-path=results --mpl-generate-summary=html
33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v5
3434
if: failure()
3535
with:
3636
name: pytest-${{ matrix.python-version }}-results

0 commit comments

Comments
 (0)