Skip to content

Commit

Permalink
Merge pull request #12 from aabidsofi19/ci/release-workflow
Browse files Browse the repository at this point in the history
update checkout action version
  • Loading branch information
aabidsofi19 authored Dec 21, 2023
2 parents 167d328 + bf41412 commit 2cd9810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{secrets.GITHUB_TOKEN}}
token: ${{secrets.GH_TOKEN}}
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit 2cd9810

Please sign in to comment.