We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa080b commit ae19ba4Copy full SHA for ae19ba4
.github/workflows/CodeSpell.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
19
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
20
- name: Spell check
.github/workflows/publish-docs.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
12
- - uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
+ - uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
13
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: api-docs/html
0 commit comments