Skip to content

Commit 40e39e1

Browse files
committed
Merge remote-tracking branch 'origin/master' into spassky
2 parents c8d60e0 + c22618d commit 40e39e1

File tree

5 files changed

+359
-359
lines changed

5 files changed

+359
-359
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
PGPASSWORD: smartvm
3030
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Set up system
3434
run: bin/before_install
3535
- name: Set up Ruby

.yarn/releases/yarn-4.9.2.cjs renamed to .yarn/releases/yarn-4.10.3.cjs

Lines changed: 355 additions & 355 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: true
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
7+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ManageIQ::Providers::IbmPowerVc
22

3-
[![CI](https://github.com/ManageIQ/manageiq-providers-ibm_power_vc/actions/workflows/ci.yaml/badge.svg?branch=spassky)](https://github.com/ManageIQ/manageiq-providers-ibm_power_vc/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/ManageIQ/manageiq-providers-ibm_power_vc/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ManageIQ/manageiq-providers-ibm_power_vc/actions/workflows/ci.yaml)
44
[![Maintainability](https://api.codeclimate.com/v1/badges/ca08315939e0235081cb/maintainability)](https://codeclimate.com/github/ManageIQ/manageiq-providers-ibm_power_vc/maintainability)
55
[![Test Coverage](https://api.codeclimate.com/v1/badges/ca08315939e0235081cb/test_coverage)](https://codeclimate.com/github/ManageIQ/manageiq-providers-ibm_power_vc/test_coverage)
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"npm": ">= 10.8.2",
1919
"yarn": ">= 0.20.1"
2020
},
21-
"packageManager": "yarn@4.9.2"
21+
"packageManager": "yarn@4.10.3"
2222
}

0 commit comments

Comments
 (0)