Skip to content

Commit 50304ea

Browse files
build(deps): bump @actions/io from 1.1.3 to 2.0.0 in the actions group (#1912)
Bumps the actions group with 1 update: [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io). Updates `@actions/io` from 1.1.3 to 2.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io) --- updated-dependencies: - dependency-name: "@actions/io" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4e6afe commit 50304ea

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@actions/core": "1.11.1",
3939
"@actions/exec": "1.1.1",
4040
"@actions/github": "6.0.1",
41-
"@actions/io": "1.1.3",
41+
"@actions/io": "2.0.0",
4242
"@eslint/js": "^9.0.0",
4343
"typescript-eslint": "^8.13.0"
4444
},

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@
4343
tunnel "^0.0.6"
4444
undici "^5.25.4"
4545

46-
"@actions/[email protected]", "@actions/io@^1.0.1":
46+
"@actions/[email protected]":
47+
version "2.0.0"
48+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-2.0.0.tgz#3ad1271ba3cd515324f2215e8d4c1c0c3864d65b"
49+
integrity sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==
50+
51+
"@actions/io@^1.0.1":
4752
version "1.1.3"
4853
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.3.tgz#4cdb6254da7962b07473ff5c335f3da485d94d71"
4954
integrity sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==

0 commit comments

Comments
 (0)