Skip to content

Commit

Permalink
use same version of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 16, 2023
1 parent ffbc2ed commit bf8e86b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
ref: ${{ github.head_ref }}
- name: Install NPM dependencies
run: npm ci
- name: Build API docs
# TODO: fix jsdoc build errors then remove '|| true' from run command below
run: npm run docs || true
- name: Commit any changes back to the PR
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit bf8e86b

Please sign in to comment.