Skip to content

Commit

Permalink
Upgrade GitHub actions version to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Mar 26, 2024
1 parent 6f0444e commit 7600209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
- run: npm publish ${{ env.NPM_OPTS }}
Expand Down

0 comments on commit 7600209

Please sign in to comment.