diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7323715daef..2820f226fed 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -67,25 +67,25 @@ jobs: with: distribution: zulu java-version: ${{ matrix.java }} - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/com key: ${{ runner.os }}-maven-com-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-com- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/org key: ${{ runner.os }}-maven-org-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-org- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/net key: ${{ runner.os }}-maven-net-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-net- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/io key: ${{ runner.os }}-maven-io-${{ hashFiles('**/pom.xml') }} @@ -125,25 +125,25 @@ jobs: with: distribution: zulu java-version: 8 - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/com key: ${{ runner.os }}-maven-com-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-com- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/org key: ${{ runner.os }}-maven-org-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-org- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/net key: ${{ runner.os }}-maven-net-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-net- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/io key: ${{ runner.os }}-maven-io-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8b4af17c3b6..501d93425fb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -21,25 +21,25 @@ jobs: with: distribution: zulu java-version: 8 - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/com key: ${{ runner.os }}-maven-com-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-com- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/org key: ${{ runner.os }}-maven-org-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-org- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/net key: ${{ runner.os }}-maven-net-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven-net- - - uses: actions/cache@v1 + - uses: actions/cache@v2 with: path: ~/.m2/repository/io key: ${{ runner.os }}-maven-io-${{ hashFiles('**/pom.xml') }}