From 630fa3d147831c995233f861bdb9110cd694c3d7 Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Tue, 10 Dec 2024 22:55:09 +0000 Subject: [PATCH] refactor: Change GitHub Action version Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.github.ChangeActionVersion?organizationId=ZmEzOTAwZTUtNjc2Yi00YmFlLTkwYTgtMGE2N2YzNzljYWQw#defaults=W3sidmFsdWUiOiJhY3Rpb25zL2NhY2hlIiwibmFtZSI6ImFjdGlvbiJ9LHsidmFsdWUiOiJ2NCIsIm5hbWUiOiJ2ZXJzaW9uIn1d Co-authored-by: Moderne --- .github/workflows/nebula.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nebula.yml b/.github/workflows/nebula.yml index aebe314..5f5d2f6 100644 --- a/.github/workflows/nebula.yml +++ b/.github/workflows/nebula.yml @@ -38,14 +38,14 @@ jobs: 8 ${{ matrix.java }} java-package: jdk - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: gradle-cache with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }} restore-keys: | - ${{ runner.os }}-gradle- - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: gradle-wrapper-cache with: path: ~/.gradle/wrapper @@ -78,14 +78,14 @@ jobs: 8 21 java-package: jdk - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: gradle-cache with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }} restore-keys: | - ${{ runner.os }}-gradle- - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: gradle-wrapper-cache with: path: ~/.gradle/wrapper @@ -123,14 +123,14 @@ jobs: 8 21 java-package: jdk - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: gradle-cache with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }} restore-keys: | - ${{ runner.os }}-gradle- - - uses: actions/cache@v1 + - uses: actions/cache@v4 id: gradle-wrapper-cache with: path: ~/.gradle/wrapper