Skip to content

Commit 6124749

Browse files
Updated GHA workflow action versions. (#357)
1 parent 4bc3154 commit 6124749

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/tests.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Tests
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches:
6+
- main
77
pull_request:
88

99
jobs:
@@ -15,16 +15,16 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
python-version:
18-
- 3.7
19-
- 3.8
20-
- 3.9
21-
- "3.10"
22-
- "3.11"
18+
- 3.7
19+
- 3.8
20+
- 3.9
21+
- "3.10"
22+
- "3.11"
2323
services:
2424
redis:
2525
image: redis
2626
ports:
27-
- 6379:6379
27+
- 6379:6379
2828
options: >-
2929
--health-cmd "redis-cli ping"
3030
--health-interval 10s
@@ -46,9 +46,9 @@ jobs:
4646
REDIS_SENTINEL_PASSWORD: channels_redis
4747

4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v2
51+
uses: actions/setup-python@v4
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Install dependencies
@@ -63,11 +63,11 @@ jobs:
6363
name: Lint
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v2
66+
- uses: actions/checkout@v3
6767
- name: Set up Python
68-
uses: actions/setup-python@v2
68+
uses: actions/setup-python@v4
6969
with:
70-
python-version: 3.9
70+
python-version: "3.11"
7171
- name: Install dependencies
7272
run: |
7373
python -m pip install --upgrade pip tox

0 commit comments

Comments
 (0)