Skip to content

Commit e6ead4c

Browse files
Bump @actions/github from 6.0.0 to 6.0.1 in the npm-production group (#19)
* Bump @actions/github from 6.0.0 to 6.0.1 in the npm-production group Bumps the npm-production group with 1 update: [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). Updates `@actions/github` from 6.0.0 to 6.0.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/github" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] <support@github.com> * bundle --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bluehill / Jonghyo Lee <na1307@outlook.kr>
1 parent 04aa3b6 commit e6ead4c

5 files changed

Lines changed: 88 additions & 67 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
},
3737
"features": {
3838
"ghcr.io/devcontainers/features/github-cli:1": {},
39-
"ghcr.io/devcontainers-contrib/features/prettier:1": {}
39+
"ghcr.io/devcontainers-community/npm-features/prettier:1": {}
4040
}
4141
}

dist/index.js

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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@actions/core": "^1.11.1",
6666
"@actions/exec": "^1.1.1",
67-
"@actions/github": "^6.0.0"
67+
"@actions/github": "^6.0.1"
6868
},
6969
"devDependencies": {
7070
"@types/jest": "^30.0.0",

0 commit comments

Comments
 (0)