Skip to content

Commit

Permalink
Merge pull request #101 from jmunixusers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
ripleymj authored Oct 30, 2023
2 parents a9af0e2 + 9319017 commit 664d857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install markdownlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdf-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install Ubuntu dependencies
Expand Down

0 comments on commit 664d857

Please sign in to comment.