Skip to content

Commit 92e3f61

Browse files
chore(deps): update actions/cache action to v3.5.0
1 parent 4eed755 commit 92e3f61

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
@@ -53,7 +53,7 @@ jobs:
5353
- name: 'Check out repository'
5454
uses: actions/checkout@v3.0.2
5555
- name: 'Cache local Maven repository'
56-
uses: actions/cache@v3.0.8
56+
uses: actions/cache@v3.5.0
5757
with:
5858
path: ~/.m2/repository
5959
key: maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)