diff --git a/.github/workflows/format_rst.yml b/.github/workflows/format_rst.yml index a2285ab..89392d9 100644 --- a/.github/workflows/format_rst.yml +++ b/.github/workflows/format_rst.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10'