diff --git a/.github/workflows/atlas.yml b/.github/workflows/atlas.yml index 74c032515d..6a80dc2783 100644 --- a/.github/workflows/atlas.yml +++ b/.github/workflows/atlas.yml @@ -61,7 +61,7 @@ jobs: run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT shell: bash - name: Cache Maven local repository - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-maven with: path: | diff --git a/.github/workflows/contributor-build.yml b/.github/workflows/contributor-build.yml index 94e2e6d0a0..d71952dfcd 100644 --- a/.github/workflows/contributor-build.yml +++ b/.github/workflows/contributor-build.yml @@ -70,7 +70,7 @@ jobs: run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT shell: bash - name: Cache Maven local repository - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-maven with: path: |