diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index baf4b62292ff39eea5f08989db2d82466e89092d..b626d1a646c5ef8ace244920caeedce8470a37c7 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -66,7 +66,7 @@ jobs: install: true - name: Set up docker layer caching - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f22ca5f7e60b2c6de8c1be447d4d3d723d47e3fd..fc329527d86838d53f01b1eb207a7b0eec3b0f9a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -169,7 +169,7 @@ jobs: # Cribbed from # https://github.com/AustinScola/mypy-cache-github-action/blob/85ea4f2972abed39b33bd02c36e341b28ca59213/src/restore.ts#L10-L17 - name: Restore/persist mypy's cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | .mypy_cache