We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa3abd commit 7e6ee69Copy full SHA for 7e6ee69
2 files changed
.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- uses: actions/checkout@v3
35
- - uses: actions/cache@v3.0.4
+ - uses: actions/cache@v3.0.5
36
with:
37
path: ~/.m2/repository
38
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
src/changes/changes.xml
@@ -40,7 +40,7 @@
40
</action>
41
<!-- UPDATES -->
42
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
43
- Bump actions/cache from 2.1.7 to 3.0.4 #97.
+ Bump actions/cache from 2.1.7 to 3.0.5 #97.
44
45
<action type="update" dev="ggregory" due-to="Gary Gregory">
46
Bump actions/setup-java from 2 to 3.
0 commit comments