Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit f5adc75

Browse files
build(deps): bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.1 (#7199)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53d1dab commit f5adc75

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)