Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2022
1 parent 397a27f commit cbada69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-S3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.5.1
with:
node-version: 14.x

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

- name: Setup Node.js environment
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.5.1
with:
node-version: 14.x

Expand Down

0 comments on commit cbada69

Please sign in to comment.