diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e310f..d79c86e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # The LoGeR backend is exercised only when the optional `loger` extra # is installed and a checkpoint is present; CI runs the default @@ -29,7 +29,7 @@ jobs: submodules: false - name: Install uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v7 with: enable-cache: true cache-dependency-glob: "uv.lock"