diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index dfbcbd71..97e406c4 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9af99b69..374cc8ea 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 16cefe15..9dee7af8 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 6e8f4dbc..e87b4c4a 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Cache Maven dependencies - uses: actions/cache@v6.0.0 + uses: actions/cache@v6.1.0 with: path: | ~/.m2/repository