Skip to content

Commit 87862de

Browse files
committed
CI: set comment to correct version
1 parent 65db549 commit 87862de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: make -Cdoc html
2222
- name: Publish
2323
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
24-
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
24+
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./doc/build/html

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
coverage report
4545
4646
- name: Upload code coverage
47-
uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1
47+
uses: codecov/codecov-action@29386c70ef20e286228c72b668a06fd0e8399192 # v1.5.2

0 commit comments

Comments
 (0)