mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	chore(deps): bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									fa5cf36602
								
							
						
					
					
						commit
						9721801c9b
					
				
					 12 changed files with 15 additions and 15 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/api-misskey-js.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/api-misskey-js.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -9,7 +9,7 @@ jobs: | |||
| 
 | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4.1.0 | ||||
|         uses: actions/checkout@v4.1.1 | ||||
| 
 | ||||
|       - run: corepack enable | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/check_copyright_year.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/check_copyright_year.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -10,7 +10,7 @@ jobs: | |||
|   check_copyright_year: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|     - run: | | ||||
|         if [ "$(grep Copyright COPYING | sed -e 's/.*2014-\([0-9]*\) .*/\1/g')" -ne "$(date +%Y)" ]; then | ||||
|           echo "Please change copyright year!" | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/docker-develop.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker-develop.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -26,7 +26,7 @@ jobs: | |||
|           sudo rm -rf /usr/share/dotnet | ||||
|           sudo rm -rf "$AGENT_TOOLSDIRECTORY" | ||||
|       - name: Check out the repo | ||||
|         uses: actions/checkout@v4.1.0 | ||||
|         uses: actions/checkout@v4.1.1 | ||||
|       - name: Set up Docker Buildx | ||||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@v3.0.0 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/docker.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -25,7 +25,7 @@ jobs: | |||
| 
 | ||||
|     steps: | ||||
|       - name: Check out the repo | ||||
|         uses: actions/checkout@v4.1.0 | ||||
|         uses: actions/checkout@v4.1.1 | ||||
|       - name: Set up Docker Buildx | ||||
|         id: buildx | ||||
|         uses: docker/setup-buildx-action@v3.0.0 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/dockle.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/dockle.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -14,7 +14,7 @@ jobs: | |||
|     env: | ||||
|       DOCKER_CONTENT_TRUST: 1 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v4.1.0 | ||||
|       - uses: actions/checkout@v4.1.1 | ||||
|       - run: | | ||||
|           curl -L -o dockle.deb "https://github.com/goodwithtech/dockle/releases/download/v0.4.10/dockle_0.4.10_Linux-64bit.deb" | ||||
|           sudo dpkg -i dockle.deb | ||||
|  |  | |||
							
								
								
									
										6
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -15,7 +15,7 @@ jobs: | |||
|   pnpm_install: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|         submodules: true | ||||
|  | @ -42,7 +42,7 @@ jobs: | |||
|         - sw | ||||
|         - misskey-js | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|         submodules: true | ||||
|  | @ -68,7 +68,7 @@ jobs: | |||
|         - backend | ||||
|         - misskey-js | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         fetch-depth: 0 | ||||
|         submodules: true | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/package.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/package.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -23,7 +23,7 @@ jobs: | |||
| 
 | ||||
|     steps: | ||||
|       - name: Check out the repo | ||||
|         uses: actions/checkout@v4.1.0 | ||||
|         uses: actions/checkout@v4.1.1 | ||||
|         with: | ||||
|           lfs: true | ||||
|           submodules: 'recursive' | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/pr-preview-deploy.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pr-preview-deploy.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -53,7 +53,7 @@ jobs: | |||
| 
 | ||||
|     # Check out merge commit | ||||
|     - name: Fork based /deploy checkout | ||||
|       uses: actions/checkout@v4.1.0 | ||||
|       uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge' | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/test-backend.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-backend.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -29,7 +29,7 @@ jobs: | |||
|           - 56312:6379 | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         submodules: true | ||||
|     - name: Install pnpm | ||||
|  |  | |||
							
								
								
									
										4
									
								
								.github/workflows/test-frontend.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test-frontend.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -16,7 +16,7 @@ jobs: | |||
|         node-version: [20.5.1] | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         submodules: true | ||||
|     - name: Install pnpm | ||||
|  | @ -68,7 +68,7 @@ jobs: | |||
|           - 56312:6379 | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         submodules: true | ||||
|     # https://github.com/cypress-io/cypress-docker-images/issues/150 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/test-misskey-js.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-misskey-js.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -21,7 +21,7 @@ jobs: | |||
| 
 | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v4.1.0 | ||||
|         uses: actions/checkout@v4.1.1 | ||||
| 
 | ||||
|       - run: corepack enable | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/test-production.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-production.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -19,7 +19,7 @@ jobs: | |||
|         node-version: [20.5.1] | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v4.1.0 | ||||
|     - uses: actions/checkout@v4.1.1 | ||||
|       with: | ||||
|         submodules: true | ||||
|     - name: Install pnpm | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue