Skip to content

Commit 85938a7

Browse files
authored
Merge pull request #155 from dsa-ntc/dependabot/github_actions/ruby/setup-ruby-1.262.0
Bump ruby/setup-ruby from 1.257.0 to 1.262.0
2 parents 80f9aba + d4b1dda commit 85938a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/feed-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
issue-form-template: feed-request.yml
2828

2929
- name: Install Ruby
30-
uses: ruby/setup-ruby@v1.257.0
30+
uses: ruby/setup-ruby@v1.262.0
3131
with:
3232
ruby-version: 3.2.9
3333
bundler-cache: true

.github/workflows/feeds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v5
3535

3636
- name: Install Ruby
37-
uses: ruby/setup-ruby@v1.257.0
37+
uses: ruby/setup-ruby@v1.262.0
3838
with:
3939
ruby-version: 3.2.9
4040
bundler-cache: true

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v5
3535

3636
- name: Install Ruby
37-
uses: ruby/setup-ruby@v1.257.0
37+
uses: ruby/setup-ruby@v1.262.0
3838
with:
3939
ruby-version: 3.2.9
4040
bundler-cache: true

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v5
3030

3131
- name: Install Ruby
32-
uses: ruby/setup-ruby@v1.257.0
32+
uses: ruby/setup-ruby@v1.262.0
3333
with:
3434
ruby-version: 3.2.9
3535
bundler-cache: true

0 commit comments

Comments
 (0)