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

Commit da5dc45

Browse files
authored
Merge pull request #109 from artichoke/dependabot/github_actions/gha-deps-c430e8e6da
chore(deps): Bump ruby/setup-ruby from 1.199.0 to 1.202.0 in the gha-deps group
2 parents 3011cb6 + b43117d commit da5dc45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
22+
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.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@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
266+
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
267267
with:
268268
ruby-version: ".ruby-version"
269269
bundler-cache: true

.github/workflows/markdown-link-check.yaml

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

2828
- name: Install Ruby toolchain
29-
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
29+
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
3030
with:
3131
ruby-version: ".ruby-version"
3232
bundler-cache: true

0 commit comments

Comments
 (0)