Skip to content

Commit bae157f

Browse files
Bump the npm-production group across 1 directory with 3 updates
Bumps the npm-production group with 3 updates in the / directory: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core), [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) and [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). Updates `@actions/core` from 1.11.1 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) Updates `@actions/exec` from 1.1.1 to 3.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/exec) Updates `@actions/github` from 6.0.1 to 9.1.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-production - dependency-name: "@actions/exec" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-production - dependency-name: "@actions/github" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8917066 commit bae157f

2 files changed

Lines changed: 127 additions & 146 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"vitest": "^4.0.7"
4949
},
5050
"dependencies": {
51-
"@actions/core": "^1.11.1",
52-
"@actions/exec": "^1.1.1",
53-
"@actions/github": "^6.0.1"
51+
"@actions/core": "^3.0.1",
52+
"@actions/exec": "^3.0.0",
53+
"@actions/github": "^9.1.1"
5454
}
5555
}

0 commit comments

Comments
 (0)