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: | ||||
|     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" | ||||
|   | ||||
							
								
								
									
										12
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -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" | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								Doxyfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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 | ||||
|   | ||||
| @@ -5,11 +5,11 @@ | ||||
| </p> | ||||
|  | ||||
| <p align="center"> | ||||
|   <a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" /></a> | ||||
|   <a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="Contributing" /></a> | ||||
|   <a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a> | ||||
|   <a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a> | ||||
|   <br /> | ||||
|   <a href="https://github.com/theoludwig/libcproject/actions/workflows/ci.yml"><img src="https://github.com/theoludwig/libcproject/actions/workflows/ci.yml/badge.svg?branch=develop" /></a> | ||||
|   <a href="https://github.com/theoludwig/libcproject/actions/workflows/ci.yml"><img src="https://github.com/theoludwig/libcproject/actions/workflows/ci.yml/badge.svg?branch=develop" alt="CI" /></a> | ||||
|   <a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a> | ||||
|   <a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release" /></a> | ||||
| </p> | ||||
|   | ||||
 Submodule doxygen-awesome-css updated: df83fbf22c...df88fe4fdd
									
								
							
		Reference in New Issue
	
	Block a user