File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 install : true
6767
6868 - name : Set up docker layer caching
69- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
69+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7070 with :
7171 path : /tmp/.buildx-cache
7272 key : ${{ runner.os }}-buildx-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 # Cribbed from
175175 # https://github.com/AustinScola/mypy-cache-github-action/blob/85ea4f2972abed39b33bd02c36e341b28ca59213/src/restore.ts#L10-L17
176176 - name : Restore/persist mypy's cache
177- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
177+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
178178 with :
179179 path : |
180180 .mypy_cache
You can’t perform that action at this time.
0 commit comments