Skip to content

Commit bbdfbbe

Browse files
Update actions/cache action to v4
1 parent f980b9b commit bbdfbbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Init submodules
1818
run: git submodule update --init --recursive
1919

20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: /tmp/hugo_cache
2323
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Init submodules
2222
run: git submodule update --init --recursive
2323

24-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2525
with:
2626
path: /tmp/hugo_cache
2727
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)