Skip to content

Commit

Permalink
Merge pull request #84 from roots/dependabot/github_actions/examples/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4

Bump actions/setup-node from 2 to 4 in /examples
  • Loading branch information
swalkinshaw authored Dec 14, 2023
2 parents b51e2d6 + 52bac72 commit 5351bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/multi-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: site
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion examples/sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: yarn
Expand Down

0 comments on commit 5351bd2

Please sign in to comment.