We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830e678 commit 8ea5140Copy full SHA for 8ea5140
.github/workflows/cicd.yml
@@ -58,7 +58,7 @@ jobs:
58
59
# Setup Python (faster than using Python container)
60
- name: Setup Python
61
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
62
with:
63
python-version: ${{ matrix.python-version }}
64
- name: Lint code
0 commit comments