diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d39e06..ef308dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: with: python-version: "3.11" - name: Cache multiple paths - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pip @@ -47,7 +47,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache multiple paths - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pip @@ -88,7 +88,7 @@ jobs: with: python-version: "3.7" - name: Cache multiple paths - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pip diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 7872c9a..30f0539 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -16,7 +16,7 @@ jobs: with: python-version: "3.11" - name: Cache multiple paths - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/pip