diff --git a/.github/workflows/ci-tests-pytorch.yml b/.github/workflows/ci-tests-pytorch.yml index 21a3c331898df..761de5ae6b891 100644 --- a/.github/workflows/ci-tests-pytorch.yml +++ b/.github/workflows/ci-tests-pytorch.yml @@ -144,7 +144,7 @@ jobs: run: uv pip uninstall pytorch-lightning - name: Cache datasets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: Datasets key: pl-dataset diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index ebb6392a28e92..f22a78c37d215 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -48,7 +48,7 @@ jobs: uv pip list - name: mypy cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .mypy_cache key: mypy-${{ hashFiles('requirements/typing.txt') }}