Skip to content

Commit 657ef79

Browse files
Bump actions/cache from v2.1.4 to v2.1.5 (#630)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7f9352 commit 657ef79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v2
2424
with:
2525
python-version: 3.8
26-
- uses: actions/[email protected].4
26+
- uses: actions/[email protected].5
2727
id: cache
2828
with:
2929
path: /tmp/lce_android
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/setup-python@v2
9494
with:
9595
python-version: 3.8
96-
- uses: actions/[email protected].4
96+
- uses: actions/[email protected].5
9797
id: cache
9898
with:
9999
path: /tmp/lce_android

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/setup-python@v2
124124
with:
125125
python-version: 3.8
126-
- uses: actions/[email protected].4
126+
- uses: actions/[email protected].5
127127
id: cache
128128
with:
129129
path: /tmp/lce_android

0 commit comments

Comments
 (0)