mirror of
				https://github.com/theoludwig/libcproject.git
				synced 2025-05-21 23:21:15 +02:00 
			
		
		
		
	build(deps): update latest
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ jobs: | |||||||
|   ci: |   ci: | ||||||
|     runs-on: "ubuntu-latest" |     runs-on: "ubuntu-latest" | ||||||
|     steps: |     steps: | ||||||
|       - uses: "actions/checkout@v4.1.1" |       - uses: "actions/checkout@v4.1.7" | ||||||
|  |  | ||||||
|       - run: "sudo apt update" |       - run: "sudo apt update" | ||||||
|  |  | ||||||
| @@ -33,8 +33,8 @@ jobs: | |||||||
|   lint-commit: |   lint-commit: | ||||||
|     runs-on: "ubuntu-latest" |     runs-on: "ubuntu-latest" | ||||||
|     steps: |     steps: | ||||||
|       - uses: "actions/checkout@v4.1.1" |       - uses: "actions/checkout@v4.1.7" | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           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: |   release: | ||||||
|     runs-on: "ubuntu-latest" |     runs-on: "ubuntu-latest" | ||||||
|     steps: |     steps: | ||||||
|       - uses: "actions/checkout@v4.1.1" |       - uses: "actions/checkout@v4.1.7" | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
| @@ -32,12 +32,12 @@ jobs: | |||||||
|       - run: "make set_version" |       - run: "make set_version" | ||||||
|  |  | ||||||
|       - name: "Use Node.js" |       - name: "Use Node.js" | ||||||
|         uses: "actions/setup-node@v4.0.1" |         uses: "actions/setup-node@v4.0.3" | ||||||
|         with: |         with: | ||||||
|           node-version: "20.10.0" |           node-version: "20.17.0" | ||||||
|  |  | ||||||
|       - name: "Install Release Tools" |       - 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" |       - run: "rm --force package.json package-lock.json" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -30,3 +30,18 @@ If you're adding new features to **libcproject**, please include tests. | |||||||
| ## Commits | ## Commits | ||||||
|  |  | ||||||
| The commit message guidelines adheres to [Conventional Commits](https://www.conventionalcommits.org/) and [Semantic Versioning](https://semver.org/) for releases. | 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 | ||||||
|  | ``` | ||||||
|   | |||||||
 Submodule doxygen-awesome-css updated: df88fe4fdd...40e9b25b61
									
								
							
		Reference in New Issue
	
	Block a user