Skip to content

Commit

Permalink
Modify Workflow to use latest step scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpl-jengelke authored Feb 3, 2023
1 parent 3b3aab0 commit 436aac7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/markmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
build-markmap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install markmap
run: npm install -g markmap-cli
- uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 436aac7

Please sign in to comment.