Skip to content

Commit 64f663d

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.8.0
1 parent ee1796f commit 64f663d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
NODE_OPTIONS: '--max-old-space-size=4096'
4242

4343
- name: Deploy Docs
44-
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
44+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
4545
with:
4646
branch: gh-pages # The branch the action should deploy to.
4747
folder: .out # The folder the action should deploy.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
NODE_OPTIONS: '--max-old-space-size=4096'
8686

8787
- name: Deploy 🚀
88-
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
88+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
8989
if: ${{ github.ref == 'refs/heads/main' }}
9090
with:
9191
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)