Skip to content

Commit

Permalink
Merge pull request #296 from govuk-one-login/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/ruby/setup-ruby-1.202.0

Bump ruby/setup-ruby from 1.199.0 to 1.202.0
huwd authored Nov 18, 2024
2 parents f4d1405 + af15dcf commit f855844
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v2
- name: Install Ruby
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # pin@v1
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # pin@v1
with:
bundler-cache: true
- name: Build
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aws.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
- name: Install Ruby
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # pin@v1
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # pin@v1
with:
bundler-cache: true
- name: Install Gems

0 comments on commit f855844

Please sign in to comment.