Skip to content

Commit d1e5f26

Browse files
build(deps): bump JamesIves/github-pages-deploy-action
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.9 to 4.7.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.9...v4.7.1) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53d1dab commit d1e5f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/false-positive-approvals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
}
152152
- name: Publish Updated Suppressions
153153
if: ${{ steps.fp-ops-commit.outputs.publish == 'true' }}
154-
uses: JamesIves/github-pages-deploy-action@v4.6.9
154+
uses: JamesIves/github-pages-deploy-action@v4.7.1
155155
with:
156156
branch: gh-pages
157157
folder: suppressions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
run: ls -R
256256
working-directory: target
257257
- name: Deploy gh-pages
258-
uses: JamesIves/github-pages-deploy-action@v4.6.9
258+
uses: JamesIves/github-pages-deploy-action@v4.7.1
259259
with:
260260
branch: gh-pages
261261
folder: target/staging

0 commit comments

Comments
 (0)