Skip to content

Commit

Permalink
Bump JamesIves/github-pages-deploy-action to 4.4.3
Browse files Browse the repository at this point in the history
Needed to start using Node.js 16 instead of 12 which is
deprecated

Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Sep 12, 2023
1 parent 8d46ee2 commit f6da7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Deploy docs
# Only deploy docs if this was a push to master
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.4.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs # The folder the action should deploy.
Expand Down

0 comments on commit f6da7eb

Please sign in to comment.