mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-01 00:18:43 +01:00 
			
		
		
		
	fix: update CV with latest education courses
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   build: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.0.0" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.8.1" | ||||
|         uses: "actions/setup-node@v4.0.0" | ||||
|         with: | ||||
|           node-version: "20.x" | ||||
|           cache: "npm" | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   lint: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.0.0" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.8.1" | ||||
|         uses: "actions/setup-node@v4.0.0" | ||||
|         with: | ||||
|           node-version: "20.x" | ||||
|           cache: "npm" | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -8,7 +8,7 @@ jobs: | ||||
|   release: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.0.0" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           persist-credentials: false | ||||
| @@ -21,7 +21,7 @@ jobs: | ||||
|           git_commit_gpgsign: true | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.8.1" | ||||
|         uses: "actions/setup-node@v4.0.0" | ||||
|         with: | ||||
|           node-version: "20.x" | ||||
|           cache: "npm" | ||||
|   | ||||
							
								
								
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   test-unit: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.0.0" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.8.1" | ||||
|         uses: "actions/setup-node@v4.0.0" | ||||
|         with: | ||||
|           node-version: "20.x" | ||||
|           cache: "npm" | ||||
| @@ -27,10 +27,10 @@ jobs: | ||||
|   test-e2e: | ||||
|     runs-on: "ubuntu-latest" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.0.0" | ||||
|       - uses: "actions/checkout@v4.1.1" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v3.8.1" | ||||
|         uses: "actions/setup-node@v4.0.0" | ||||
|         with: | ||||
|           node-version: "20.x" | ||||
|           cache: "npm" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user