diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5520a647..251143ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.PYTHON_VERSION }} @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: ${{ env.PYTHON_VERSION }}