We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4822713 commit c974c0aCopy full SHA for c974c0a
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
if: github.repository == 'voxpupuli/beaker-openstack'
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Install Ruby 3.0
14
uses: ruby/setup-ruby@v1
15
with:
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
- "2.7"
- "3.0"
16
17
18
- name: Install Ruby ${{ matrix.ruby }}
19
20
0 commit comments