mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
Merge pull request #705 from apache/dependabot/github_actions/actions/cache-3.3.1
Bump actions/cache from 3.0.8 to 3.3.1
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3.0.2
|
||||
- name: Set up cache
|
||||
uses: actions/cache@v3.0.8
|
||||
uses: actions/cache@v3.3.1
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
||||
Reference in New Issue
Block a user