Skip to content

Commit 94cd87a

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent f1e363e commit 94cd87a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cache-warmup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
asdf_version: ${{ env.ASDF_VERSION }}
2727

2828
- name: Cache ASDF
29-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
29+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3030
id: asdf-cache
3131
with:
3232
# https://github.com/asdf-vm/asdf/blob/master/.gitignore
@@ -45,7 +45,7 @@ jobs:
4545
asdf_version: ${{ env.ASDF_VERSION }}
4646

4747
- name: Cache pre-commit
48-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
48+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4949
with:
5050
path: ~/.cache/pre-commit
5151
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}-warmup

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
asdf_version: ${{ env.ASDF_VERSION }}
3434

3535
- name: Cache ASDF
36-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
36+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3737
id: asdf-cache
3838
with:
3939
# https://github.com/asdf-vm/asdf/blob/master/.gitignore
@@ -56,7 +56,7 @@ jobs:
5656
run: asdf reshim
5757

5858
- name: Cache pre-commit
59-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
59+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6060
with:
6161
path: ~/.cache/pre-commit
6262
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/template-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
asdf_version: ${{ env.ASDF_VERSION }}
6060

6161
- name: Cache ASDF
62-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
62+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6363
id: asdf-cache
6464
with:
6565
# https://github.com/asdf-vm/asdf/blob/master/.gitignore

0 commit comments

Comments
 (0)