mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix: update dependencies to latest
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/analyze.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/analyze.yml
									
									
									
									
										vendored
									
									
								
							| @@ -16,7 +16,7 @@ jobs: | ||||
|         language: ['javascript'] | ||||
|  | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.3.0' | ||||
|  | ||||
|       - name: 'Initialize CodeQL' | ||||
|         uses: 'github/codeql-action/init@v2' | ||||
|   | ||||
							
								
								
									
										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@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.3.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         uses: 'actions/setup-node@v3.6.0' | ||||
|         with: | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|   | ||||
							
								
								
									
										13
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   lint: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.3.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         uses: 'actions/setup-node@v3.6.0' | ||||
|         with: | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
| @@ -30,8 +30,8 @@ jobs: | ||||
|       - name: 'lint:markdown' | ||||
|         run: 'npm run lint:markdown' | ||||
|  | ||||
|       - name: 'lint:typescript' | ||||
|         run: 'npm run lint:typescript' | ||||
|       - name: 'lint:eslint' | ||||
|         run: 'npm run lint:eslint' | ||||
|  | ||||
|       - name: 'lint:prettier' | ||||
|         run: 'npm run lint:prettier' | ||||
| @@ -40,8 +40,3 @@ jobs: | ||||
|         uses: 'dotenv-linter/action-dotenv-linter@v2' | ||||
|         with: | ||||
|           github_token: ${{ secrets.github_token }} | ||||
|  | ||||
|       - name: 'lint:docker' | ||||
|         uses: 'hadolint/hadolint-action@v1.6.0' | ||||
|         with: | ||||
|           dockerfile: './Dockerfile' | ||||
|   | ||||
							
								
								
									
										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@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.3.0' | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           persist-credentials: false | ||||
| @@ -21,7 +21,7 @@ jobs: | ||||
|           git_commit_gpgsign: true | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         uses: 'actions/setup-node@v3.6.0' | ||||
|         with: | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|   | ||||
							
								
								
									
										12
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ jobs: | ||||
|   test-unit: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.3.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         uses: 'actions/setup-node@v3.6.0' | ||||
|         with: | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
| @@ -27,10 +27,10 @@ jobs: | ||||
|   test-lighthouse: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.3.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         uses: 'actions/setup-node@v3.6.0' | ||||
|         with: | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
| @@ -52,10 +52,10 @@ jobs: | ||||
|   test-e2e: | ||||
|     runs-on: 'ubuntu-latest' | ||||
|     steps: | ||||
|       - uses: 'actions/checkout@v3.1.0' | ||||
|       - uses: 'actions/checkout@v3.3.0' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v3.5.1' | ||||
|         uses: 'actions/setup-node@v3.6.0' | ||||
|         with: | ||||
|           node-version: '18.x' | ||||
|           cache: 'npm' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user