Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 4.1.1 to 4.2.0 #364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
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@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
name: Restore Gradle Wrapper
with:
path: |
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
name: rskj
path: rskj

- uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
name: Restore Gradle Wrapper
with:
path: |
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
distribution: 'temurin'
cache: 'gradle'

- uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 #v4.1.1
- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
name: Restore Gradle Wrapper
with:
path: |
Expand Down
Loading