Skip to content

Commit 8606bbe

Browse files
committed
Update actions to use actions/checkout@v3 and actions/setup-python@v4.
1 parent 13df748 commit 8606bbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
os: [windows-latest, ubuntu-latest, macos-latest]
2020
python-version: ["3.8", "3.9", "3.10", "3.11"]
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
6969
build-documentation:
7070
runs-on: ubuntu-20.04
7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7373
- name: Install dependencies
7474
run: |
7575
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)