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 abc18d1 commit 2588616Copy full SHA for 2588616
.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