Skip to content

Commit d42e421

Browse files
build(deps): bump actions/cache from 3.3.1 to 3.3.2 (#3478)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...704facf) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe5f881 commit d42e421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
steps:
208208
- name: Restore cygwin packages from cache
209209
id: cygwin
210-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
210+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
211211
with:
212212
path: C:\cygwin64
213213
key: cygwin-packages-${{ runner.os }}-v1
@@ -251,7 +251,7 @@ jobs:
251251
- name: Restore Visual Studio 2017 from cache
252252
id: vs2017
253253
if: matrix.version == 'jdk8u'
254-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
254+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
255255
with:
256256
path: ~/vs2017.exe
257257
key: vs2017

0 commit comments

Comments
 (0)