We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b171d4 commit 7b13a6dCopy full SHA for 7b13a6d
.github/workflows/testnox.yml
@@ -16,9 +16,9 @@ jobs:
16
python-version: ["3.10", "3.11", "3.12", "3.13"]
17
steps:
18
- name: Check out
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
22
with:
23
python-version: ${{ matrix.python-version }}
24
- name: Update apt registry
0 commit comments