Skip to content

Commit 010f9b3

Browse files
author
games647
authored
Merge pull request #1012 from games647/dependabot/github_actions/actions/cache-3.3.1
Bump actions/cache from 3.2.6 to 3.3.1
2 parents 42911e9 + 46bfbb9 commit 010f9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
languages: ${{ matrix.language }}
5151

5252
# Cache build process too like in the maven config
53-
- uses: actions/cache@v3.2.6
53+
- uses: actions/cache@v3.3.1
5454
with:
5555
path: ~/.m2/repository
5656
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)