Skip to content

Commit 21fdea0

Browse files
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- 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 d9d566b commit 21fdea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
platforms: arm64
8080

8181
- name: Setup docker buildx
82-
uses: docker/setup-buildx-action@v1.3.0
82+
uses: docker/setup-buildx-action@v1.6.0
8383
with:
8484
version: ${{env.buildxVersion}}
8585

@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/checkout@v2.3.4
148148

149149
- name: Cache local Maven repository
150-
uses: actions/cache@v2.1.6
150+
uses: actions/cache@v2.1.7
151151
with:
152152
path: ~/.m2/repository
153153
key: ${{runner.os}}-maven-${{hashFiles('pom.xml')}}

0 commit comments

Comments
 (0)