Skip to content

Commit 91968fc

Browse files
Bump actions/cache from v2.1.3 to v2.1.4 (#47)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.3...26968a0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f63a475 commit 91968fc

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.3
132+
uses: actions/cache@v2.1.4
133133
with:
134134
path: /tmp/.docker-cache
135135
key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v2.3.4
6969
- name: 🏗 Set up build cache
7070
id: cache
71-
uses: actions/cache@v2.1.3
71+
uses: actions/cache@v2.1.4
7272
with:
7373
path: /tmp/.docker-cache
7474
key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}

0 commit comments

Comments
 (0)