Skip to content

Commit 07866ac

Browse files
ci: bump JamesIves/github-pages-deploy-action in the actions-deps group
Bumps the actions-deps group with 1 update: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.7.4 to 4.8.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.4...v4.8.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5422b3 commit 07866ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
npx ng build --output-hashing=bundles
3030
3131
- name: Deploy Main Site
32-
uses: JamesIves/github-pages-deploy-action@v4.7.4
32+
uses: JamesIves/github-pages-deploy-action@v4.8.0
3333
if: github.ref == 'refs/heads/main'
3434
with:
3535
branch: gh-pages

0 commit comments

Comments
 (0)