Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2.5.1 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 29, 2021
1 parent f660255 commit 2b2f93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 # renovate: tag=v2.5.0
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2.5.1
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit 2b2f93e

Please sign in to comment.