diff --git a/.github/workflows/format_rst.yml b/.github/workflows/format_rst.yml index 16d399c..cf4e0f4 100644 --- a/.github/workflows/format_rst.yml +++ b/.github/workflows/format_rst.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python uses: actions/setup-python@v5