diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94bc6f3..cd91e76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: lfs: true # Ensure LFS files are checked out - name: Cache local Maven repository - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 3db68a4..e4b7a4e 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Cache local Maven repository - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77ae614..9164fe1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: echo "Release name - ${{ env.GH_RELEASE_TAG_NAME }}" - name: Cache local Maven repository - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.2 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}