Skip to content

Commit

Permalink
Bump actions/cache from v2.1.3 to v2.1.4 (#6)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Feb 5, 2021
1 parent 2c05fda commit a5fed05
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/update-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,49 +16,49 @@ jobs:
uses: joschi/setup-jdk@v2.3.0
with:
java-version: 11
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: db
key: ${{ runner.os }}-db
restore-keys: |
${{ runner.os }}-db
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: installed
key: ${{ runner.os }}-installed
restore-keys: |
${{ runner.os }}-installed
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: src
key: ${{ runner.os }}-src
restore-keys: |
${{ runner.os }}-src
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: api_dump
key: ${{ runner.os }}-api_dump
restore-keys: |
${{ runner.os }}-api_dump
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: archives_report
key: ${{ runner.os }}-archives_report
restore-keys: |
${{ runner.os }}-archives_report
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: compat_report
key: ${{ runner.os }}-compat_report
restore-keys: |
${{ runner.os }}-compat_report
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: package_diff
key: ${{ runner.os }}-package_diff
restore-keys: |
${{ runner.os }}-package_diff
- uses: actions/cache@v2.1.3
- uses: actions/cache@v2.1.4
with:
path: timeline
key: ${{ runner.os }}-timeline
Expand Down

0 comments on commit a5fed05

Please sign in to comment.