diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e9c398f2a..0e3b4e731 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.0.6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5f574a72e..79bbcbce5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: # experimental: true steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.0.6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2e62d2838..f8c6c1c75 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -161,7 +161,7 @@ The type attribute can be add,update,fix,remove. Add Streams.of(Enumeration<E>). Add Streams.of(Iterable<E>). - Bump actions/cache from 2.1.4 to 3.0.5 #742, #752, #764, #833, #867. + Bump actions/cache from 2.1.4 to 3.0.6 #742, #752, #764, #833, #867. Bump actions/checkout from 2 to 3 #819, #825, #859. Bump actions/setup-java from v1.4.3 to 3 #879. Bump spotbugs-maven-plugin from 4.2.0 to 4.7.1.1 #735, #808, #822, #834, #868, #895, #919, #927.