Skip to content

Commit 38974dd

Browse files
authored
Merge pull request #326 from github/dependabot/github_actions/ruby/setup-ruby-1.253.0
Bump ruby/setup-ruby from 1.251.0 to 1.253.0
2 parents 4bfe58e + 12de062 commit 38974dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

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

28-
- uses: ruby/setup-ruby@e8621f0b86851d7377d85882bb751b24dfadd958 # pin@v1.251.0
28+
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # pin@v1.253.0
2929
with:
3030
bundler-cache: true
3131

.github/workflows/lint.yml

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

21-
- uses: ruby/setup-ruby@e8621f0b86851d7377d85882bb751b24dfadd958 # pin@v1.251.0
21+
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # pin@v1.253.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/checkout@v4
2424

25-
- uses: ruby/setup-ruby@e8621f0b86851d7377d85882bb751b24dfadd958 # pin@v1.251.0
25+
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # pin@v1.253.0
2626
with:
2727
bundler-cache: true
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Update .ruby-version with matrix value
2424
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
2525

26-
- uses: ruby/setup-ruby@e8621f0b86851d7377d85882bb751b24dfadd958 # pin@v1.251.0
26+
- uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # pin@v1.253.0
2727
with:
2828
bundler-cache: true
2929

0 commit comments

Comments
 (0)