豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 2cd9810

Browse files
authored
Merge pull request #12 from aabidsofi19/ci/release-workflow
update checkout action version
2 parents 167d328 + bf41412 commit 2cd9810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
contents: read
3030
packages: write
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
34-
token: ${{secrets.GITHUB_TOKEN}}
34+
token: ${{secrets.GH_TOKEN}}
3535
- uses: actions/setup-node@v3
3636
with:
3737
node-version: 16

0 commit comments

Comments
 (0)