diff --git a/.github/workflows/push_release.yml b/.github/workflows/push_release.yml index e288f13..f233607 100644 --- a/.github/workflows/push_release.yml +++ b/.github/workflows/push_release.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Cache Local Maven Build - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: target key: release-build-${{ github.ref }} @@ -114,14 +114,14 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.1 - name: Cache Local Maven Build - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: target key: ${{ github.workflow }}-build-${{ github.ref }} restore-keys: | ${{ github.workflow }}-build-${{ github.ref }} - name: Cache Local Docker - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.1 with: path: /var/lib/docker key: ${{ github.workflow }}-docker-${{ github.ref }}