.github/workflows/test.yml in beaker-hiera-0.6.0 vs .github/workflows/test.yml in beaker-hiera-1.0.0
- old
+ new
@@ -11,11 +11,11 @@
jobs:
rubocop:
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: "2.7"
bundler-cache: true
@@ -34,10 +34,10 @@
- ruby: "3.2"
env:
COVERAGE: ${{ matrix.coverage }}
name: RSpec - Ruby ${{ matrix.ruby }}
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