Skip to content

Commit

Permalink
Merge pull request #530 from koxudaxi/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3.0.7

Bump actions/cache from 3.0.6 to 3.0.7
  • Loading branch information
koxudaxi committed Aug 13, 2022
2 parents 9a37f77 + 2fc64f5 commit 843f0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
uses: gradle/wrapper-validation-action@v1

- name: Cache
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.cfg') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle.kts') }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v3.0.6
uses: actions/cache@v3.0.7
with:
path: ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.10'
architecture: 'x64'

- uses: actions/cache@v3.0.6
- uses: actions/cache@v3.0.7
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
Expand Down

0 comments on commit 843f0ec

Please sign in to comment.