.github/workflows/ruby.yml in stekker_zaptec-1.1.1 vs .github/workflows/ruby.yml in stekker_zaptec-1.2.0
- old
+ new
@@ -13,10 +13,10 @@
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
- uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4
+ uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run tests and Rubocop
run: bundle exec rake