Skip to content

Commit 898fecb

Browse files
committed
Update GH actions
1 parent 342a7f0 commit 898fecb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v3
12-
- uses: pre-commit/action@v2.0.3
11+
- uses: actions/setup-python@v4
12+
- uses: pre-commit/action@v3.0.0

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v3
2727

2828
- name: Python setup
29-
uses: actions/setup-python@v3
29+
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v3
8585

8686
- name: Python setup
87-
uses: actions/setup-python@v3
87+
uses: actions/setup-python@v4
8888
with:
8989
python-version: ${{ matrix.python-version }}
9090

@@ -136,7 +136,7 @@ jobs:
136136
- uses: actions/checkout@v3
137137

138138
- name: Python setup
139-
uses: actions/setup-python@v3
139+
uses: actions/setup-python@v4
140140
with:
141141
python-version: ${{ matrix.python-version }}
142142

@@ -176,7 +176,7 @@ jobs:
176176
- uses: actions/checkout@v3
177177

178178
- name: Python setup
179-
uses: actions/setup-python@v3
179+
uses: actions/setup-python@v4
180180
with:
181181
python-version: ${{ matrix.python-version }}
182182

0 commit comments

Comments
 (0)