Skip to content

Commit 42f710b

Browse files
authored
Merge pull request #87 from ome/dependabot/github_actions/actions-0162fe8532
2 parents a12cf1f + bcf2e6b commit 42f710b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
--durations=20
6565
6666
- name: Upload coverage report
67-
uses: codecov/codecov-action@v4.6.0
67+
uses: codecov/codecov-action@v5.1.2
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
npm install
2222
npm run build
2323
- name: Deploy 🚀
24-
uses: JamesIves/github-pages-deploy-action@v4.6.8
24+
uses: JamesIves/github-pages-deploy-action@v4.7.2
2525
with:
2626
TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
BRANCH: gh-pages

0 commit comments

Comments
 (0)