Skip to content

Commit

Permalink
Update publish-documentation.yml
Browse files Browse the repository at this point in the history
Update checkout/setup-node actions
  • Loading branch information
kenjdavidson authored Nov 15, 2023
1 parent 83c418a commit 6a62ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
# - Build gh-pages using action
steps:
- name: Building documentation for ${{ github.ref_name }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Authenticate with GitHub package registry
Expand Down

0 comments on commit 6a62ef7

Please sign in to comment.