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

Diff for: .github/workflows/npm-publish.yml

+2-2
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)