diff --git a/.github/actions/maven-build-and-tag/action.yml b/.github/actions/maven-build-and-tag/action.yml index 069f2f94c..d6a7eacb3 100644 --- a/.github/actions/maven-build-and-tag/action.yml +++ b/.github/actions/maven-build-and-tag/action.yml @@ -81,13 +81,6 @@ runs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} - restore-keys: | - ${{ runner.os }}-maven- - - name: Set up JDK uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 with: diff --git a/.github/actions/setup-java-build/action.yml b/.github/actions/setup-java-build/action.yml index 4866ab143..21e4928cb 100644 --- a/.github/actions/setup-java-build/action.yml +++ b/.github/actions/setup-java-build/action.yml @@ -16,8 +16,8 @@ inputs: runs: using: composite steps: - - name: "Cache local Maven repository" - uses: actions/cache@v3 + - name: "Restore cache local Maven repository" + uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/version.txt b/version.txt index 32f8572ea..a835adcf4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v3.8.1 +v3.8.2