diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5ecbc12..9eda8562 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: with: java-version: 17 - name: Cache - uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a # pin@v2 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # pin@v2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e81d28f..0c2569d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: id: release-detection - uses: actions/checkout@v2 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}