Skip to content

Commit e6e7175

Browse files
Update ruby/setup-ruby action to v1.290.0 (#6553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a77567 commit e6e7175

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/onPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3232

33-
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
33+
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
3434
with:
3535
ruby-version: "4.0.1"
3636
bundler-cache: false
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
147147

148-
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
148+
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
149149
with:
150150
ruby-version: "4.0.1"
151151
bundler-cache: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222

23-
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
23+
- uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c # v1.290.0
2424
with:
2525
ruby-version: "4.0.1"
2626
bundler-cache: false

0 commit comments

Comments
 (0)