diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc8aeb..87bb9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: "actions/checkout@v2" - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "pip" @@ -36,7 +36,7 @@ jobs: - uses: "actions/checkout@v2" - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python - uses: actions/setup-python@v2.3.1 + uses: actions/setup-python@v3.1.1 with: python-version: ${{ env.DEFAULT_PYTHON }} cache: "pip"