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

Commit f5570a0

Browse files
build(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#6167)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22a7f7c commit f5570a0

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
@@ -150,7 +150,7 @@ jobs:
150150
}
151151
- name: Publish Updated Suppressions
152152
if: ${{ steps.fp-ops-commit.outputs.publish == 'true' }}
153-
uses: JamesIves/github-pages-deploy-action@v4.4.3
153+
uses: JamesIves/github-pages-deploy-action@v4.5.0
154154
with:
155155
branch: gh-pages
156156
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.4.3
258+
uses: JamesIves/github-pages-deploy-action@v4.5.0
259259
with:
260260
branch: gh-pages
261261
folder: target/staging

0 commit comments

Comments
 (0)