Skip to content

Commit 784b739

Browse files
author
avandras
committed
Update pyright action versions
1 parent 5d004bd commit 784b739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ jobs:
153153
- uses: actions/checkout@v3
154154

155155
- name: Set up Python 3.11
156-
uses: actions/setup-python@v4
156+
uses: actions/setup-python@v5
157157
with:
158158
python-version: 3.11
159159

160160
- name: Install dependencies
161161
run: python -m pip install -r requirements.txt psycopg2-binary psycopg
162162

163-
- uses: jakebailey/pyright-action@v1
163+
- uses: jakebailey/pyright-action@v2
164164
with:
165165
version: 1.1.347
166166

0 commit comments

Comments
 (0)