Skip to content

Commit 0c105f6

Browse files
Merge pull request #1717 from carvel-dev/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 26c00e8 + 855c197 commit 0c105f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
go test ./test/bench/... -bench=. | tee output.txt
4040
# Download previous benchmark result from cache (if exists)
4141
- name: Download previous benchmark data
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
with:
4444
path: ./cache
4545
key: ${{ runner.os }}-benchmark

0 commit comments

Comments
 (0)