Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 31, 2022
1 parent c857c69 commit efbb6ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 17

- name: Setup Gradle cache
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-test-gradle-${{ hashFiles('**/*.gradle*') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ktlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: ${{ matrix.java-version }}

- name: Setup Gradle cache
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-test-gradle-${{ hashFiles('**/*.gradle*') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 16

- name: Setup Gradle cache
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-test-gradle-${{ hashFiles('**/*.gradle*') }}
Expand Down

0 comments on commit efbb6ca

Please sign in to comment.