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.
2 parents abc18d1 + 2588616 commit 9f45ec4Copy full SHA for 9f45ec4
.github/workflows/ci-cd.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Disable etelemetry
38
run: echo "NO_ET=TRUE" >> $GITHUB_ENV
39
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
40
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
41
with:
42
python-version: ${{ matrix.python-version }}
43
- name: Update build tools
0 commit comments