Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #250 from TheBusyBiscuit/renovate/actions-setup-no…
Browse files Browse the repository at this point in the history
…de-3.x

Update actions/setup-node action to v3.8.1
  • Loading branch information
TheBusyBiscuit committed Sep 30, 2023
2 parents 5401f04 + ababf4e commit e38179d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
architecture: x64

- name: Setting up node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: '16.6.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: gh-pages

- name: Setting up node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: '16.6.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
architecture: x64

- name: Setting up node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: '16.6.0'

Expand Down

0 comments on commit e38179d

Please sign in to comment.