Skip to content

Commit e23f198

Browse files
authored
Bump ci actions
1 parent 0173716 commit e23f198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- "3.13"
1515
name: Python ${{ matrix.python_version }}
1616
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
17+
- uses: actions/checkout@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python_version }}
2121
- name: Install dependencies

0 commit comments

Comments
 (0)