diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a6140f..7b9d47d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: node-version-file: .nvmrc - name: Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .yarn/cache key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }} @@ -51,7 +51,7 @@ jobs: run: hatch run lint:pylint ${{ env.PYTHON_PACKAGE_NAME }} - name: Mypy cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .mypy_cache key: mypy-${{ runner.os }}-python-${{ env.PYTHON_VERSION }}-${{ github.sha }} diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index f241e1a..f60a22f 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -24,7 +24,7 @@ jobs: node-version-file: .nvmrc - name: Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .yarn/cache key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}