Merge pull request #2113 from larouxn/update_test_github_action

Update GitHub Action based CI workflow
pull/2110/head
Oliver Eyton-Williams 1 year ago committed by GitHub
commit e190cd9610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,11 +7,11 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- uses: actions/checkout@v4.1.1
- name: Set up Ruby
uses: ruby/setup-ruby@a05e47355e80e57b9a67566a813648fa67d92011 # v1.157.0
uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests

Loading…
Cancel
Save