Skip to content

Commit d04fc03

Browse files
authored
Merge pull request #1377 from Crown-Commercial-Service/dependabot/github_actions/ruby/setup-ruby-1.290.0
build(deps): bump ruby/setup-ruby from 1.288.0 to 1.290.0
2 parents 9e4e52c + 0142543 commit d04fc03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v6
1313

1414
- name: Install Ruby and gems
15-
uses: ruby/setup-ruby@v1.288.0
15+
uses: ruby/setup-ruby@v1.290.0
1616
with:
1717
bundler-cache: true
1818

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v6
3838

3939
- name: Install Ruby and gems
40-
uses: ruby/setup-ruby@v1.288.0
40+
uses: ruby/setup-ruby@v1.290.0
4141
with:
4242
bundler-cache: true
4343

0 commit comments

Comments
 (0)