.github/workflows/ruby.yml in cf-uaa-lib-4.0.2 vs .github/workflows/ruby.yml in cf-uaa-lib-4.0.3
- old
+ new
@@ -13,10 +13,10 @@
strategy:
matrix:
ruby-version: ['2.5', '2.7', '3.0', '3.1', '3.2']
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically