Skip to content

Commit

Permalink
ci: remove deprecated warnings
Browse files Browse the repository at this point in the history
Node.js 12 actions are deprecated.
Uprage to updated GitHub action.

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed May 3, 2023
1 parent 7aa080b commit ae19ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CodeSpell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: api-docs/html

0 comments on commit ae19ba4

Please sign in to comment.