.github/workflows/release.yml in beaker-openstack-1.0.0 vs .github/workflows/release.yml in beaker-openstack-2.0.0
- old
+ new
@@ -7,10 +7,10 @@
jobs:
release:
runs-on: ubuntu-latest
if: github.repository == 'voxpupuli/beaker-openstack'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Install Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
env: