Skip to content

Commit b6402dc

Browse files
authored
Merge pull request #1385 from Crown-Commercial-Service/dependabot/github_actions/ruby/setup-ruby-1.293.0
build(deps): bump ruby/setup-ruby from 1.290.0 to 1.293.0
2 parents 83a1d7c + fccad24 commit b6402dc

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.290.0
15+
uses: ruby/setup-ruby@v1.293.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.290.0
40+
uses: ruby/setup-ruby@v1.293.0
4141
with:
4242
bundler-cache: true
4343

0 commit comments

Comments
 (0)