Skip to content

Commit

Permalink
Merge pull request #976 from alphagov/pin-ruby-version
Browse files Browse the repository at this point in the history
BAU: Bump ruby/setup-ruby to latest version in deploy-to-pages.yaml
  • Loading branch information
mrwilson authored Jan 7, 2025
2 parents fe74287 + e38264f commit bc1c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.0
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build middleman site
Expand Down

0 comments on commit bc1c753

Please sign in to comment.