diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 0a5663fa..061f0ad6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -48,7 +48,7 @@ jobs: pip install -r requirements-dev.txt - name: Cache pre-commit environments - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}-${{ hashFiles('requirements-dev.txt') }} diff --git a/.github/workflows/validate-notebooks.yml b/.github/workflows/validate-notebooks.yml index 03dadd21..9f3eeb90 100644 --- a/.github/workflows/validate-notebooks.yml +++ b/.github/workflows/validate-notebooks.yml @@ -33,7 +33,7 @@ jobs: cache: 'pip' - name: Cache pip - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: nbqa-${{ runner.os }}-${{ hashFiles('.github/workflows/notebook-lint-requirements.txt') }}