Skip to content

Commit 34a0e2a

Browse files
committed
⬆️ bump ci versions
1 parent 3d4ae43 commit 34a0e2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v4
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
1111
with:
1212
python-version: '3.10'
1313
cache: 'pip'
@@ -36,8 +36,8 @@ jobs:
3636
matrix:
3737
python-version: ['3.8', '3.10']
3838
steps:
39-
- uses: actions/checkout@v3
40-
- uses: actions/setup-python@v4
39+
- uses: actions/checkout@v4
40+
- uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
cache: 'pip'

0 commit comments

Comments
 (0)