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

build(deps): bump actions/cache from 4.1.1 to 4.1.2 #334

Closed
Closed
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@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
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@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
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@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
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@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
name: Restore Gradle Wrapper
with:
path: |
Expand Down
Loading