Skip to content

Commit fa86836

Browse files
authored
Merge pull request scalacenter#1711 from scalacenter/dependabot/github_actions/actions/cache-3.0.1
build(deps): bump actions/cache from 2 to 3.0.1
2 parents 4e5281c + 70e9019 commit fa86836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
java-version: ${{ matrix.jdk }}
3737
- name: Cache Gradle API
38-
uses: actions/cache@v2
38+
uses: actions/cache@v3.0.1
3939
with:
4040
path: |
4141
integrations/gradle-bloop/lib
@@ -73,7 +73,7 @@ jobs:
7373
# only launcher tests cause gradle API to be downloaded
7474
# and they are only run on grallvm
7575
if: matrix.jdk == '[email protected]'
76-
uses: actions/cache@v2
76+
uses: actions/cache@v3.0.1
7777
with:
7878
path: |
7979
integrations/gradle-bloop/lib

0 commit comments

Comments
 (0)