Skip to content

Commit 105786f

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent 99494c9 commit 105786f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
7777
# weekly cache updates
7878
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
79-
- uses: actions/cache@v4.2.4
79+
- uses: actions/cache@v4.3.0
8080
with:
8181
# weekly cache
8282
key: mkdocs-material-${{ env.cache_id }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
4242
# weekly cache updates
4343
- run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
44-
- uses: actions/cache@v4.2.4
44+
- uses: actions/cache@v4.3.0
4545
with:
4646
key: mkdocs-material-${{ env.cache_id }}
4747
path: .cache

0 commit comments

Comments
 (0)