Skip to content

Commit

Permalink
Merge pull request #553 from alphagov/dependabot-github_actions-ruby-…
Browse files Browse the repository at this point in the history
…setup-ruby-1.162.0

github-action: bump ruby/setup-ruby from 1.161.0 to 1.162.0
  • Loading branch information
kr8n3r authored Dec 18, 2023
2 parents b6678fb + d9f456a commit a75d16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: "${{env.NODE_VERSION}}"

- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: "${{env.NODE_VERSION}}"

- uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
- uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72
with:
bundler-cache: true

Expand Down

0 comments on commit a75d16a

Please sign in to comment.