Skip to content

Commit

Permalink
Merge pull request #4065 from Crown-Commercial-Service/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/ruby/setup-ruby-1.161.0
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
2 parents 980c156 + 462ce1b commit 68226eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.160.0
uses: ruby/setup-ruby@v1.161.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.160.0
uses: ruby/setup-ruby@v1.161.0
with:
bundler-cache: true

Expand Down

0 comments on commit 68226eb

Please sign in to comment.