Skip to content

Commit

Permalink
ci(github-actions): bump to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Apr 14, 2024
1 parent c839555 commit 871b64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -9,8 +9,8 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "requirements",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"license": "MIT",
"author": "chimurai",
"homepage": "https://github.com/chimurai/requirements",
Expand Down

0 comments on commit 871b64f

Please sign in to comment.