Skip to content

Commit

Permalink
Merge pull request #1798 from Crown-Commercial-Service/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/ruby/setup-ruby-1.213.0
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
2 parents f9d74d7 + db9593f commit 4ad212a
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.207.0
uses: ruby/setup-ruby@v1.213.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.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 4ad212a

Please sign in to comment.