diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 396cd38..1eee149 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: persist-credentials: false - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }} diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index ac54bba..cfbd957 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }}