Skip to content

Commit 06378c4

Browse files
fix(deps): update dependency @actions/core to v3
1 parent 04f0267 commit 06378c4

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

bun.lock

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

packages/ci-log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "jest --coverage"
2020
},
2121
"dependencies": {
22-
"@actions/core": "^2.0.0",
22+
"@actions/core": "^3.0.0",
2323
"ci-info": "^4.0.0"
2424
},
2525
"keywords": [

packages/envosman/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "jest --coverage"
2020
},
2121
"dependencies": {
22-
"@actions/core": "^2.0.0",
22+
"@actions/core": "^3.0.0",
2323
"@types/node": "25.0.9",
2424
"admina": "^1.0.1",
2525
"ci-info": "^4.0.0",

0 commit comments

Comments
 (0)