Skip to content

Commit

Permalink
Merge pull request #5 from Riley19280/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
Riley19280 authored Jan 12, 2024
2 parents c679cf6 + 4004557 commit 8f55135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache-dependency-path: ./docs/yarn.lock
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- 'docs/**'
- if: steps.changes.outputs.docs == 'true'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
cache-dependency-path: ./docs/yarn.lock
node-version: 18
Expand Down

0 comments on commit 8f55135

Please sign in to comment.