Skip to content

Commit ae19ba4

Browse files
committed
ci: remove deprecated warnings
Node.js 12 actions are deprecated. Uprage to updated GitHub action. Signed-off-by: Frederic Pillon <[email protected]>
1 parent 7aa080b commit ae19ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CodeSpell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
2020
- name: Spell check

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: DenverCoder1/doxygen-github-pages-action@v1.1.0
12+
- uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
1313
with:
1414
github_token: ${{ secrets.GITHUB_TOKEN }}
1515
folder: api-docs/html

0 commit comments

Comments
 (0)