Skip to content

Commit 71280f6

Browse files
authored
Missed a few.
1 parent 89749f3 commit 71280f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: build-docs
5050
if: contains(github.ref, 'tags')
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- uses: actions/[email protected]
5454
with:
5555
name: docs

.github/workflows/test_and_deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: python -m tox
5555

5656
- name: Upload pytest test results
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: pytest-results-${{ matrix.platform }} py${{ matrix.python-version }}
6060
path: reports/
@@ -83,9 +83,9 @@ jobs:
8383
permissions:
8484
id-token: write
8585
steps:
86-
- uses: actions/checkout@v2
86+
- uses: actions/checkout@v4
8787
- name: Set up Python
88-
uses: actions/setup-python@v2
88+
uses: actions/setup-python@v5
8989
with:
9090
python-version: "3.x"
9191
- name: Install build

0 commit comments

Comments
 (0)