We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97350f9 commit e5b21ceCopy full SHA for e5b21ce
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v1
24
- name: setup python
25
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
0 commit comments