Skip to content

Commit 47fa376

Browse files
chore(deps): update dependency @actions/core to v3 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang <github@haoqun.me>
1 parent 59bbc47 commit 47fa376

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://github.com/vuejs/ecosystem-ci#readme",
4646
"dependencies": {
47-
"@actions/core": "^1.11.1",
47+
"@actions/core": "^3.0.0",
4848
"cac": "^6.7.14",
4949
"execa": "^9.6.1",
5050
"verdaccio": "^6.2.9",

pnpm-lock.yaml

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

utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from './types.ts'
1313
import { REGISTRY_ADDRESS, startRegistry } from './registry.ts'
1414
import { detect, AGENTS, getCommand, serializeCommand } from '@antfu/ni'
15-
import actionsCore from '@actions/core'
15+
import * as actionsCore from '@actions/core'
1616
import YAML from 'yaml'
1717

1818
const isGitHubActions = !!process.env.GITHUB_ACTIONS

0 commit comments

Comments
 (0)