Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
name: rskj
path: rskj

- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
name: Cache Gradle Wrapper
id: cache-gradle-wrapper
with:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
name: rskj
path: rskj

- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
name: Restore Gradle Wrapper
with:
path: |
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

- uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 #v4.3.0
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
name: Restore Gradle Wrapper
with:
path: |
Expand Down
Loading