Skip to content

Commit 4189bb7

Browse files
chore(deps): update actions/cache action to v4.2.4 (#339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5cd1cd commit 4189bb7

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/[email protected].3
79+
- uses: actions/[email protected].4
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/[email protected].3
44+
- uses: actions/[email protected].4
4545
with:
4646
key: mkdocs-material-${{ env.cache_id }}
4747
path: .cache

0 commit comments

Comments
 (0)