Skip to content

Commit 665e35d

Browse files
build(deps): bump JamesIves/github-pages-deploy-action (#5719)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Reich <[email protected]>
1 parent dfd912e commit 665e35d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ failure() }}
4242

4343
- name: Deploy the docs
44-
uses: JamesIves/[email protected].0
44+
uses: JamesIves/[email protected].1
4545
if: github.ref == 'refs/heads/trunk'
4646
with:
4747
token: ${{ secrets.WEB_DEPLOY }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: cargo xtask run-wasm --no-serve
4242

4343
- name: Deploy WebGPU examples
44-
uses: JamesIves/[email protected].0
44+
uses: JamesIves/[email protected].1
4545
if: github.ref == 'refs/heads/trunk'
4646
with:
4747
token: ${{ secrets.WEB_DEPLOY }}

0 commit comments

Comments
 (0)