We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d125fba + fdf823d commit 05fac24Copy full SHA for 05fac24
.github/workflows/build_and_deploy.yml
@@ -8,7 +8,7 @@ jobs:
8
if: github.repository_owner == 'ManageIQ'
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
- name: Set up Ruby
13
uses: ruby/setup-ruby@v1
14
with:
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
PGPASSWORD: smartvm
34
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
35
36
37
- name: Set up system
38
run: bin/before_install
39
0 commit comments