Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 8a5fe1a

Browse files
authored
Merge pull request #118 from artichoke/dependabot/github_actions/gha-deps-bca743b640
chore(deps): Bump ruby/setup-ruby from 1.207.0 to 1.215.0 in the gha-deps group
2 parents a0c634a + 2833521 commit 8a5fe1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4.2.2
2020

2121
- name: Install Ruby toolchain
22-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
22+
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
2323
with:
2424
ruby-version: ".ruby-version"
2525
bundler-cache: true

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
uses: actions/checkout@v4.2.2
264264

265265
- name: Install Ruby toolchain
266-
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
266+
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
267267
with:
268268
ruby-version: ".ruby-version"
269269
bundler-cache: true

0 commit comments

Comments
 (0)