Skip to content

Commit bfe68b6

Browse files
Bump actions/cache from 2.1.5 to 2.1.6 (#99)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a99611 commit bfe68b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
uses: actions/checkout@v2.3.4
130130
- name: 🏗 Set up build cache
131131
id: cache
132-
uses: actions/cache@v2.1.5
132+
uses: actions/cache@v2.1.6
133133
with:
134134
path: /tmp/.docker-cache
135135
key:

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v2.3.4
7373
- name: 🏗 Set up build cache
7474
id: cache
75-
uses: actions/cache@v2.1.5
75+
uses: actions/cache@v2.1.6
7676
with:
7777
path: /tmp/.docker-cache
7878
key:

0 commit comments

Comments
 (0)