Skip to content

Commit

Permalink
Merge pull request #291 from furality/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4.0.2

ci(action): bump actions/setup-node from 4.0.1 to 4.0.2
  • Loading branch information
fynn-ai authored Feb 7, 2024
2 parents bd9889b + 83abb72 commit 47a5fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: '21.x'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: '21.x'
cache: 'npm'
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/[email protected]

- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: '21.x'
cache: 'npm'
Expand Down

0 comments on commit 47a5fb8

Please sign in to comment.