Skip to content

Commit

Permalink
update used gh actions ahead of node12 deprecation (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbloss authored May 17, 2023
1 parent e8183b5 commit e9d23b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-table-of-contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
chmod a+x gh-md-toc
Expand Down

0 comments on commit e9d23b5

Please sign in to comment.