Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit dfc98b6

Browse files
authored
Merge pull request #136 from Inform-Software/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 2eafbb9 + 0c4804d commit dfc98b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
distribution: 'adopt'
3636

3737
- name: Cache SonarCloud packages
38-
uses: actions/cache@v2
38+
uses: actions/cache@v3
3939
with:
4040
path: ~/.sonar/cache
4141
key: ${{ runner.os }}-sonar
4242
restore-keys: ${{ runner.os }}-sonar
4343

4444
- name: Cache Maven packages
45-
uses: actions/cache@v2
45+
uses: actions/cache@v3
4646
with:
4747
path: ~/.m2/repository
4848
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)