mirror of
https://github.com/theoludwig/libcproject.git
synced 2024-11-12 15:23:12 +01:00
build(deps): update latest
This commit is contained in:
parent
164ea2a7f8
commit
fd6330c08c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -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"
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit df88fe4fdd97714fadfd3ef17de0b4401f804052
|
||||
Subproject commit 40e9b25b6174dd3b472d8868f63323a870dfeeb8
|
Loading…
Reference in New Issue
Block a user