Skip to content

Commit 7d85158

Browse files
build(deps): bump @actions/core from 3.0.0 to 3.0.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 3.0.0 to 3.0.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8508f00 commit 7d85158

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"license": "Apache-2.0",
2424
"packageManager": "yarn@4.9.2",
2525
"dependencies": {
26-
"@actions/core": "^3.0.0",
26+
"@actions/core": "^3.0.1",
2727
"@docker/actions-toolkit": "^0.90.0",
2828
"js-yaml": "^4.1.1"
2929
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2784,7 +2784,7 @@ __metadata:
27842784
version: 0.0.0-use.local
27852785
resolution: "docker-setup-buildx@workspace:."
27862786
dependencies:
2787-
"@actions/core": "npm:^3.0.0"
2787+
"@actions/core": "npm:^3.0.1"
27882788
"@docker/actions-toolkit": "npm:^0.90.0"
27892789
"@eslint/js": "npm:^9.39.3"
27902790
"@types/js-yaml": "npm:^4.0.9"

0 commit comments

Comments
 (0)