Skip to content

Commit 81848e8

Browse files
Bump actions/cache from 4.2.4 to 4.3.0 (#18983)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be3ecb3 commit 81848e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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 }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)