Skip to content

Commit

Permalink
Merge pull request #54 from simonneutert/housekeeping-gh-actions
Browse files Browse the repository at this point in the history
future proofs the current ci pipeline
  • Loading branch information
niborg authored Nov 5, 2023
2 parents d85844f + 1b98b8c commit a424436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
ruby-version: ['2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.149.0
uses: ruby/setup-ruby@v1.159.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit a424436

Please sign in to comment.