Skip to content

Commit 2713853

Browse files
chore(deps): update external fixes
1 parent bdc0d9f commit 2713853

File tree

3 files changed

+1483
-1302
lines changed

3 files changed

+1483
-1302
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run tests and do code coverage check
2727
run: npm run test:coverage
2828
- name: Prettify code
29-
uses: creyD/prettier_action@v4.3
29+
uses: creyD/prettier_action@v4.5
3030
with:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232
- name: Upload code coverage report to workflow as an artifact

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build documentation
4747
run: npm run docs
4848
- name: Publish documentation to github pages
49-
uses: JamesIves/github-pages-deploy-action@v4.7.2
49+
uses: JamesIves/github-pages-deploy-action@v4.7.3
5050
with:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
BRANCH: gh-pages-documentation

0 commit comments

Comments
 (0)