Skip to content

Commit

Permalink
chore: update github-action plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
baudointran committed Feb 6, 2024
1 parent 994df0b commit 28dc68e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:

steps:
- name: Checks-out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js 20.x.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20"
- name: run test unit
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

steps:
- name: Checks-out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js 20.x.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20"
registry-url: 'https://registry.npmjs.org'
Expand All @@ -32,7 +32,7 @@ jobs:
- name: run build
run: npm run build
- name: create release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 28dc68e

Please sign in to comment.