Skip to content

Commit 3ff4dc6

Browse files
dependabot[bot]ViBiOh
authored andcommitted
ci(deps): bump actions/cache from 3.3.3 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4ec17e commit 3ff4dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
go-version: "^1.21"
7676
cache: true
7777
- name: Cache exiftool binaries
78-
uses: actions/cache@v3.3.3
78+
uses: actions/cache@v4.0.0
7979
with:
8080
path: |
8181
exiftool

0 commit comments

Comments
 (0)