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.
2 parents 56d6d90 + 8f49720 commit 65dc8dcCopy full SHA for 65dc8dc
.github/workflows/build_pods.yaml
@@ -9,7 +9,7 @@ jobs:
9
if: github.repository_owner == 'ManageIQ'
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- name: Set up Go
14
uses: actions/setup-go@v6
15
with:
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
ruby-version:
- '3.3'
16
17
18
- name: Before install
19
run: bin/before_install
20
- name: Set up Ruby
.github/workflows/go_dependencies.yaml
go_dependencies:
0 commit comments