Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 71f5edc

Browse files
committed
Bump GitHub Actions versions to use Node.JS 20
Node.JS 16 actions are deprecated, leading to CI warnings.
1 parent 23540f9 commit 71f5edc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
name: Typecheck, lint, and check code style
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: Set up Python
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: "3.10"
3535

@@ -87,10 +87,10 @@ jobs:
8787
- pytest74-xdist
8888

8989
steps:
90-
- uses: actions/checkout@v3
90+
- uses: actions/checkout@v4
9191

9292
- name: Set up Python
93-
uses: actions/setup-python@v4
93+
uses: actions/setup-python@v5
9494
with:
9595
python-version: ${{ matrix.python }}
9696

@@ -120,10 +120,10 @@ jobs:
120120
- pytest_integration_tests
121121

122122
steps:
123-
- uses: actions/checkout@v3
123+
- uses: actions/checkout@v4
124124

125125
- name: Set up Python
126-
uses: actions/setup-python@v4
126+
uses: actions/setup-python@v5
127127
with:
128128
python-version: "3.10"
129129

0 commit comments

Comments
 (0)