diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5c4b81e7255..ec694f2065f 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -67,7 +67,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v2.3.2 with: python-version: 3.7 architecture: 'x64' diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3af8ec03f39..daaf88b6633 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -89,7 +89,7 @@ jobs: run: mvn -ntp clean package -P distribution - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v2.3.2 with: python-version: ${{ matrix.python-version }} architecture: 'x64'