diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 090820c..5f5f5bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: '3.12' - name: Compile diff --git a/.github/workflows/index-latest.yml b/.github/workflows/index-latest.yml index f592d60..ceb5ed8 100644 --- a/.github/workflows/index-latest.yml +++ b/.github/workflows/index-latest.yml @@ -20,7 +20,7 @@ jobs: with: profile: minimal toolchain: stable - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: '3.12' - name: Add rust analyzer