Skip to content

Commit 5e1e453

Browse files
fix(deps): update dependency @actions/core to v2
1 parent 4ab5ffc commit 5e1e453

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

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

Lines changed: 9 additions & 9 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": "^1.6.0",
20+
"@actions/core": "^2.0.0",
2121
"yaml": "^2.0.0"
2222
}
2323
}

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

Lines changed: 11 additions & 11 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": "^1.6.0",
20+
"@actions/core": "^2.0.0",
2121
"semver": "^7.3.5",
2222
"yaml": "^2.0.0"
2323
}

0 commit comments

Comments
 (0)