8000 Upgrade GitHub Actions (#1080) · PyMySQL/PyMySQL@5fa7876 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fa7876

Browse files
authored
Upgrade GitHub Actions (#1080)
1 parent ded5f5a commit 5fa7876

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/lint.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ on:
1010

1111
jobs:
1212
lint:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-python@v2
15+
- uses: actions/checkout@v3
16+
- uses: actions/setup-python@v4
17+
with:
18+
python-version: 3.x
1719
- uses: psf/black@stable
1820
with:
1921
args: ". --diff --check"

0 commit comments

Comments
 (0)
0