We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308d540 commit babfa1bCopy full SHA for babfa1b
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Clone repo
21
uses: actions/checkout@v3
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
24
with:
25
python-version: ${{ matrix.python-version }}
26
cache: 'pip'
0 commit comments