Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.0 to 4.0.1 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy authored Dec 20, 2023
2 parents 61753bf + 9265f96 commit 90ec8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
BASE_BRANCH: master
steps:
- name: Setup Node
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: 18

Expand Down

0 comments on commit 90ec8ad

Please sign in to comment.