Skip to content

Commit b2e6a73

Browse files
authored
Merge pull request #1381 from alphagov/dependabot/github_actions/ruby/setup-ruby-1.238.0
Bump ruby/setup-ruby from 1.237.0 to 1.238.0
2 parents 468e46c + f009fad commit b2e6a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Add or replace dependency steps here
4949
- name: Install Ruby and gems
5050
# The ruby version is taken from the .ruby-version file, no need to specify here.
51-
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
51+
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
5252
with:
5353
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5454
- name: Install Node.js

0 commit comments

Comments
 (0)