diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b812da0..a84d9b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: ci: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3.5.3" + - uses: "actions/checkout@v4.1.1" - run: "sudo apt update" @@ -33,8 +33,8 @@ jobs: lint-commit: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3.5.3" + - uses: "actions/checkout@v4.1.1" with: fetch-depth: 0 - - uses: "wagoid/commitlint-github-action@v5.4.1" + - uses: "wagoid/commitlint-github-action@v5.4.4" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec59aaf..f8260f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,14 +8,14 @@ jobs: release: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3.5.3" + - uses: "actions/checkout@v4.1.1" with: fetch-depth: 0 persist-credentials: false - submodules: recursive + submodules: "recursive" - name: "Import GPG key" - uses: "crazy-max/ghaction-import-gpg@v5.3.0" + uses: "crazy-max/ghaction-import-gpg@v6.1.0" with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} git_user_signingkey: true @@ -32,12 +32,12 @@ jobs: - run: "make set_version" - name: "Use Node.js" - uses: "actions/setup-node@v3.7.0" + uses: "actions/setup-node@v4.0.1" with: - node-version: "18.17.0" + node-version: "20.10.0" - name: "Install Release Tools" - run: "npm install --save-dev semantic-release@21.0.7 @commitlint/cli@17.6.7 @commitlint/config-conventional@17.6.7 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 @saithodev/semantic-release-backmerge@3.2.0 vercel@31.2.2" + run: "npm install --save-dev semantic-release@22.0.12 @commitlint/cli@18.4.3 @commitlint/config-conventional@18.4.3 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 @saithodev/semantic-release-backmerge@4.0.1 vercel@33.0.1" - run: "rm --force package.json package-lock.json" diff --git a/Doxyfile b/Doxyfile index 067d349..ceed42f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -12,7 +12,7 @@ FILE_PATTERNS = *.h \ CODE_OF_CONDUCT.md \ CONTRIBUTING.md \ LICENSE -HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css +HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css RECURSIVE = YES EXCLUDE = test doxygen-awesome-css node_modules diff --git a/README.md b/README.md index 174f76b..af104dc 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@

- + Contributing Licence MIT Contributor Covenant
- + CI Conventional Commits semantic-release

diff --git a/doxygen-awesome-css b/doxygen-awesome-css index df83fbf..df88fe4 160000 --- a/doxygen-awesome-css +++ b/doxygen-awesome-css @@ -1 +1 @@ -Subproject commit df83fbf22cfff76b875c13d324baf584c74e96d0 +Subproject commit df88fe4fdd97714fadfd3ef17de0b4401f804052