From fd6330c08ca51a85b125ce69f7169ee0c54ec9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sun, 15 Sep 2024 18:38:21 +0200 Subject: [PATCH] build(deps): update latest --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- CONTRIBUTING.md | 15 +++++++++++++++ doxygen-awesome-css | 2 +- 4 files changed, 23 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a84d9b6..8233572 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@v4.1.1" + - uses: "actions/checkout@v4.1.7" - run: "sudo apt update" @@ -33,8 +33,8 @@ jobs: lint-commit: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v4.1.1" + - uses: "actions/checkout@v4.1.7" with: fetch-depth: 0 - - uses: "wagoid/commitlint-github-action@v5.4.4" + - uses: "wagoid/commitlint-github-action@v6.1.2" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8260f8..bfe7dc7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: release: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v4.1.1" + - uses: "actions/checkout@v4.1.7" with: fetch-depth: 0 persist-credentials: false @@ -32,12 +32,12 @@ jobs: - run: "make set_version" - name: "Use Node.js" - uses: "actions/setup-node@v4.0.1" + uses: "actions/setup-node@v4.0.3" with: - node-version: "20.10.0" + node-version: "20.17.0" - name: "Install Release Tools" - 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: "npm install --save-dev semantic-release@23.1.1 @commitlint/cli@19.5.0 @commitlint/config-conventional@19.5.0 @semantic-release/git@10.0.1 @semantic-release/exec@6.0.3 @saithodev/semantic-release-backmerge@4.0.1 vercel@37.4.2" - run: "rm --force package.json package-lock.json" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1354716..b2947f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,3 +30,18 @@ If you're adding new features to **libcproject**, please include tests. ## Commits The commit message guidelines adheres to [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/) for releases. + +## Git Submodules + +To get the submodule: + +```sh +git submodule update --init --recursive +``` + +To update the version: + +```sh +cd doxygen-awesome-css +git checkout v2.3.3 +``` diff --git a/doxygen-awesome-css b/doxygen-awesome-css index df88fe4..40e9b25 160000 --- a/doxygen-awesome-css +++ b/doxygen-awesome-css @@ -1 +1 @@ -Subproject commit df88fe4fdd97714fadfd3ef17de0b4401f804052 +Subproject commit 40e9b25b6174dd3b472d8868f63323a870dfeeb8