Skip to content

Commit edf7a2e

Browse files
authored
Merge pull request #2099 from alphagov/dependabot/github_actions/ruby/setup-ruby-1.253.0
Bump ruby/setup-ruby from 1.245.0 to 1.253.0
2 parents e3f3d46 + 25db4d1 commit edf7a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
51+
uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.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)