Skip to content

Commit

Permalink
Merge pull request #1718 from Crown-Commercial-Service/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/ruby/setup-ruby-1.202.0
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
2 parents 40b6de6 + ec632da commit e86daf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1.199.0
uses: ruby/setup-ruby@v1.202.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1.199.0
uses: ruby/setup-ruby@v1.202.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1.199.0
uses: ruby/setup-ruby@v1.202.0
with:
bundler-cache: true

Expand Down

0 comments on commit e86daf6

Please sign in to comment.