Skip to content

Commit d89dd2f

Browse files
committed
ci: Upgrade actions
1 parent 6c603a7 commit d89dd2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.9]
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-python@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: ${{ matrix.python-version }}
1616
cache: pip

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
- uses: actions/setup-python@v4
9+
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.10'
1212
cache: pip

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: actions/setup-python@v4
8+
- uses: actions/setup-python@v5
99
with:
1010
python-version: '3.10'
1111
- run: pip install --upgrade build

0 commit comments

Comments
 (0)