Skip to content

Commit

Permalink
build(deps): bump actions/cache from v2.1.4 to v2.1.5 (JetBrains#399)
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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2021
1 parent 8d1289f commit 1227f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v2
- name: Setup Cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash
- name: Setup Cache
id: cache
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ~/.verifier
key: ${{ runner.os }}-verifier-${{ steps.get-version.outputs.version }}
Expand Down

0 comments on commit 1227f51

Please sign in to comment.