Skip to content

Commit cc01fca

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (DefinitelyTyped#72098)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f554446 commit cc01fca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
8888
8989
- name: Restore pnpm cache
90-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
90+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9191
with:
9292
path: ${{ steps.pnpm-cache.outputs.store }}
9393
key: ${{ runner.os }}-pnpm-store-cache-
@@ -139,7 +139,7 @@ jobs:
139139
id: suggestions-dir
140140
run: echo "path=$(node ./scripts/get-suggestions-dir.js)" >> "$GITHUB_OUTPUT"
141141

142-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
142+
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
143143
with:
144144
path: ${{ steps.suggestions-dir.outputs.path }}
145145
merge-multiple: true

.github/workflows/format-and-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: date
2525
run: echo "date=$(/bin/date -u "+%Y-%m-%d")" >> $GITHUB_OUTPUT
2626

27-
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
27+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2828
with:
2929
# dprint caches info about the files in the repo to skip formatting them.
3030
# However, since package.json and .dprint.jsonc don't change very often,

.github/workflows/pnpm-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm install
2727

2828
- name: Save pnpm cache
29-
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
29+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3030
with:
3131
path: ${{ steps.pnpm-cache.outputs.store }}
3232
key: ${{ runner.os }}-pnpm-store-cache-${{ steps.pnpm-cache.outputs.date }}

0 commit comments

Comments
 (0)