chore(actions): update ruby/setup-ruby action (v1.293.0 → v1.295.0) (#22)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-19 10:28:31 +02:00
committed by GitHub
parent a535ca28c3
commit 0fd04b60d4
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
with:
bundler-cache: true

View File

@@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- name: Setup Ruby
uses: ruby/setup-ruby@dffb23f65a78bba8db45d387d5ea1bbd6be3ef18 # v1.293.0
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
- name: Setup project dependencies and build site
shell: bash