diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae0abdc..6d21f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python id: setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: '.python-version' @@ -89,7 +89,7 @@ jobs: - name: Set up Python id: setup-python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version-file: '.python-version'