Skip to content

Commit

Permalink
⬆️ Updates actions/setup-node action to v2.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 1b21b09 commit 81861e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git config --global help.autocorrect 1
git config --global core.fileMode false
- uses: actions/setup-node@v2.1.4
- uses: actions/setup-node@v2.5.2
with:
node-version: 12.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.5.2
with:
node-version: 12
- name: Opening pull request
Expand Down

0 comments on commit 81861e1

Please sign in to comment.