Skip to content

Commit

Permalink
Update actions/cache digest to 3624ceb (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 4d44610 commit 51f1c74
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@fdc8726d3eaee700a67647704c396f71fe773eed # v2.5.1
with:
java-version: 11
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: db
key: ${{ runner.os }}-db
restore-keys: |
${{ runner.os }}-db
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: installed
key: ${{ runner.os }}-installed
restore-keys: |
${{ runner.os }}-installed
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: src
key: ${{ runner.os }}-src
restore-keys: |
${{ runner.os }}-src
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: api_dump
key: ${{ runner.os }}-api_dump
restore-keys: |
${{ runner.os }}-api_dump
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: archives_report
key: ${{ runner.os }}-archives_report
restore-keys: |
${{ runner.os }}-archives_report
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: compat_report
key: ${{ runner.os }}-compat_report
restore-keys: |
${{ runner.os }}-compat_report
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: package_diff
key: ${{ runner.os }}-package_diff
restore-keys: |
${{ runner.os }}-package_diff
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
path: timeline
key: ${{ runner.os }}-timeline
Expand Down

0 comments on commit 51f1c74

Please sign in to comment.