Skip to content

Commit 2192f52

Browse files
authored
Merge pull request #47 from pkgjs/renovate/yaml-2.x
2 parents 6556da2 + c5fda24 commit 2192f52

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Diff for: .github/actions/prepare-dynamic-steps/npm-shrinkwrap.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/actions/prepare-dynamic-steps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"dependencies": {
2020
"@actions/core": "^1.6.0",
21-
"yaml": "^1.10.2"
21+
"yaml": "^2.0.0"
2222
}
2323
}

Diff for: .github/actions/prepare-node-test-matrix-action/npm-shrinkwrap.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/actions/prepare-node-test-matrix-action/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"dependencies": {
2020
"@actions/core": "^1.6.0",
2121
"semver": "^7.3.5",
22-
"yaml": "^1.10.2"
22+
"yaml": "^2.0.0"
2323
}
2424
}

0 commit comments

Comments
 (0)