Skip to content

Commit 2084e7b

Browse files
setup(deps): bump actions/cache from 4.2.1 to 4.2.2 (#43)
1 parent 1dbe6ce commit 2084e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
4545

4646
- name: Restore Cache
47-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
47+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4848
with:
4949
path: .next/cache
5050
key: build-${{ hashFiles('**/package-lock.json') }}
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build Next.js
5656
run: node --run build
5757
- name: Save Cache
58-
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
58+
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5959
with:
6060
path: .next/cache
6161
key: build-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)