We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfce06 commit 9c7fe5eCopy full SHA for 9c7fe5e
.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