Skip to content

Commit ca8afb1

Browse files
fix(deps): update dependency @actions/core to v3
1 parent 62bed26 commit ca8afb1

4 files changed

Lines changed: 44 additions & 68 deletions

File tree

.github/actions/prepare-dynamic-steps/npm-shrinkwrap.json

Lines changed: 21 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/prepare-dynamic-steps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"npm": "^11"
1818
},
1919
"dependencies": {
20-
"@actions/core": "^2.0.0",
20+
"@actions/core": "^3.0.0",
2121
"yaml": "^2.0.0"
2222
}
2323
}

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

Lines changed: 21 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"npm": "^11"
1818
},
1919
"dependencies": {
20-
"@actions/core": "^2.0.0",
20+
"@actions/core": "^3.0.0",
2121
"semver": "^7.3.5",
2222
"yaml": "^2.0.0"
2323
}

0 commit comments

Comments
 (0)