diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0ac49e8c..26d4c497 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -109,7 +109,7 @@ jobs: name: rskj path: rskj - - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 name: Cache Gradle Wrapper id: cache-gradle-wrapper with: @@ -182,7 +182,7 @@ jobs: name: rskj path: rskj - - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1 + - uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 name: Restore Gradle Wrapper with: path: | @@ -236,7 +236,7 @@ jobs: name: rskj path: rskj - - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1 + - uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 name: Restore Gradle Wrapper with: path: | @@ -284,7 +284,7 @@ jobs: distribution: 'temurin' cache: 'gradle' - - uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1 + - uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2 name: Restore Gradle Wrapper with: path: |