Skip to content

Commit

Permalink
chore(deps): ⬆️ bump actions/cache from v2.1.4 to v2.1.5
Browse files Browse the repository at this point in the history
 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]>
  • Loading branch information
dependabot[bot] authored and yi-Xu-0100 committed Apr 13, 2021
1 parent c087afe commit 78e3eaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
core.setOutput('key', `${context.repo.owner}-${context.repo.repo}`);
- name: Cache src repos
uses: actions/[email protected].4
uses: actions/[email protected].5
id: cache
with:
path: ${{ github.workspace }}/hub-mirror-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync2gitee.cached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
return context.repo.repo;
- name: Cache src repo
uses: actions/[email protected].4
uses: actions/[email protected].5
id: cache
with:
path: ${{ github.workspace }}/hub-mirror-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync2gitee.list.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
core.setOutput('key', `${context.repo.owner}-${context.repo.repo}`);
- name: Cache src repos
uses: actions/[email protected].4
uses: actions/[email protected].5
id: cache
with:
path: ${{ github.workspace }}/hub-mirror-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync2gitee.list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
core.setOutput('key', `${context.repo.owner}-${context.repo.repo}`);
- name: Cache src repos
uses: actions/[email protected].4
uses: actions/[email protected].5
id: cache
with:
path: ${{ github.workspace }}/hub-mirror-cache
Expand Down

0 comments on commit 78e3eaf

Please sign in to comment.