diff --git a/.github/workflows/linux_mac_native.yml b/.github/workflows/linux_mac_native.yml index ce9b7feb..89a5c038 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -39,7 +39,7 @@ jobs: distribution: 'graalvm' # New 'distribution' option github-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache local Maven repository - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}