Skip to content

Commit

Permalink
Merge pull request #1143 from Crown-Commercial-Service/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/ruby/setup-ruby-1.159.0
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
2 parents 90a27da + a585644 commit c7b5f64
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.157.0
uses: ruby/setup-ruby@v1.159.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.157.0
uses: ruby/setup-ruby@v1.159.0
with:
bundler-cache: true

Expand Down

0 comments on commit c7b5f64

Please sign in to comment.