.github/workflows/test.yml in beaker-hostgenerator-2.3.0 vs .github/workflows/test.yml in beaker-hostgenerator-2.4.0
- old
+ new
@@ -10,11 +10,11 @@
rubocop:
env:
BUNDLE_WITHOUT: release
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
bundler-cache: true
@@ -34,10 +34,10 @@
- ruby: "3.2"
env:
COVERAGE: ${{ matrix.coverage }}
BUNDLE_WITHOUT: release:rubocop
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Install Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true