Skip to content

Commit

Permalink
Update actions/setup-node@v2 usages to actions/setup-node@v3 (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e authored Feb 16, 2023
1 parent 95e206f commit 7078455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wai-trigger-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: npm

Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
cache: npm

Expand Down

0 comments on commit 7078455

Please sign in to comment.