Skip to content

Commit

Permalink
Merge pull request #265 from Project-Env/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
  • Loading branch information
repolevedavaj authored Feb 3, 2024
2 parents 3ea339c + 1667218 commit ffab824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
fetch-depth: 0

- name: Setup Gradle Dependencies Cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}

- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/.pluginVerifier/ides
key: ${{ runner.os }}-plugin-verifier-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
uses: actions/checkout@v4

- name: Setup Gradle Dependencies Cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}

- name: Setup Plugin Verifier IDEs Cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: ~/.pluginVerifier/ides
key: ${{ runner.os }}-plugin-verifier-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}
Expand Down

0 comments on commit ffab824

Please sign in to comment.