Skip to content

Commit 5551608

Browse files
build(deps): bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6 (#8182)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e557142 commit 5551608

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
}
153153
- name: Publish Updated Suppressions
154154
if: ${{ steps.fp-ops-commit.outputs.publish == 'true' }}
155-
uses: JamesIves/[email protected].4
155+
uses: JamesIves/[email protected].6
156156
with:
157157
branch: gh-pages
158158
folder: suppressions

.github/workflows/publish-suppressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
console.log('publishedSuppressions.xml created');
3333
});
3434
- name: Publish Updated Suppressions
35-
uses: JamesIves/[email protected].4
35+
uses: JamesIves/[email protected].6
3636
with:
3737
branch: gh-pages
3838
folder: suppressions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
run: ls -R
261261
working-directory: target
262262
- name: Deploy gh-pages
263-
uses: JamesIves/[email protected].4
263+
uses: JamesIves/[email protected].6
264264
with:
265265
branch: gh-pages
266266
folder: target/staging

0 commit comments

Comments
 (0)