Skip to content

Commit f765457

Browse files
authored
build(deps): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 (#8102)
2 parents 239e9bf + 003abfb commit f765457

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].3
155+
uses: JamesIves/[email protected].4
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].3
35+
uses: JamesIves/[email protected].4
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
@@ -268,7 +268,7 @@ jobs:
268268
run: ls -R
269269
working-directory: target
270270
- name: Deploy gh-pages
271-
uses: JamesIves/[email protected].3
271+
uses: JamesIves/[email protected].4
272272
with:
273273
branch: gh-pages
274274
folder: target/staging

0 commit comments

Comments
 (0)