Skip to content

Commit beb88ca

Browse files
chore(deps): update actions/cache action to v3.3.1
1 parent f9fae9a commit beb88ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.3.1
5252
with:
5353
path: ~/.m2/repository
5454
key: maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)