Skip to content

Commit 5f2d316

Browse files
chore(deps): update actions/cache action to v3.4.2
1 parent 5005aa3 commit 5f2d316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: 'Check out repository'
4949
uses: actions/checkout@v3.0.2
5050
- name: 'Cache local Maven repository'
51-
uses: actions/cache@v3.0.8
51+
uses: actions/cache@v3.4.2
5252
with:
5353
path: ~/.m2/repository
5454
key: maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)