aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-10 19:12:40 +0000
committerGitHub <noreply@github.com>2025-11-10 19:12:40 +0000
commitec24d3154bdbce6553003d3b74f90b10cd6d317d (patch)
treee11e54d839a957079a12c7318da92088978be153 /.github
parent4481a8cec80287c509f50843bcf30f9abc451aae (diff)
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index b3d178b..236231d 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
- name: Run Tests
run: npm test
- name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@v4.7.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.