Skip to content

Commit 2bf2f9f

Browse files
dependabot[bot]ViBiOh
authored andcommitted
ci(deps): bump actions/cache from 3.2.0 to 3.2.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e84063f commit 2bf2f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
go-version: "^1.19"
6565
- name: Cache exiftool binaries
66-
uses: actions/cache@v3.2.0
66+
uses: actions/cache@v3.2.1
6767
with:
6868
path: |
6969
exiftool

0 commit comments

Comments
 (0)