Skip to content

Commit

Permalink
Merge pull request #995 from Crown-Commercial-Service/dependabot/gith…
Browse files Browse the repository at this point in the history
…ub_actions/ruby/setup-ruby-1.213.0
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
2 parents 5686367 + c83d630 commit e3f1403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.207.0
uses: ruby/setup-ruby@v1.213.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.207.0
uses: ruby/setup-ruby@v1.213.0
with:
bundler-cache: true

Expand Down

0 comments on commit e3f1403

Please sign in to comment.