This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit 57824eb8fdfd9305bd4f70bb0c185775e671dac9 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Apr 12 07:56:09 2022 -0400 Bump actions/cache from 3 to 3.0.2 --- .github/workflows/maven.yml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cae9b7f4..abf97ad1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,7 +43,7 @@ jobs: - name: Prepare git run: git config --global core.autocrlf false - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v3.0.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 400b0b9c..d5afe7fa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -76,7 +76,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Force unsigned short for LineNumber.toString() #118.</action> <!-- ADD --> <!-- UPDATES --> - <action type="update" dev="ggregory" due-to="Dependabot">Bump actions/cache from 2 to 3 #88, #93, #110, #119.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump actions/cache from 2 to 3.0.2 #88, #93, #110, #119.</action> <action type="update" dev="ggregory" due-to="Dependabot">Update actions/checkout from 2.3.1 to 3 #59, #66, #73, #108, #115.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Update actions/setup-java from v1.4.0 to 3 #62, #67.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action>