Skip to content

Commit 7b13a6d

Browse files
committed
Update CI dep versions
1 parent 9b171d4 commit 7b13a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testnox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
python-version: ["3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- name: Check out
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Update apt registry

0 commit comments

Comments
 (0)