Skip to content

Commit 4ead10f

Browse files
dependabot[bot]rm3l
authored andcommitted
chore(deps): bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bc9681 commit 4ead10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'zulu'
2828
java-version: 16
2929

30-
- uses: actions/cache@v2.1.5
30+
- uses: actions/cache@v2.1.6
3131
with:
3232
path: |
3333
~/.gradle/caches
@@ -74,7 +74,7 @@ jobs:
7474
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7575
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
7676

77-
- uses: actions/cache@v2.1.5
77+
- uses: actions/cache@v2.1.6
7878
with:
7979
path: |
8080
~/.gradle/caches

0 commit comments

Comments
 (0)