forked from cerc-io/laconicd-deprecated
		
	build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#682)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [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/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									2a9ee7f196
								
							
						
					
					
						commit
						2f531af3f2
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -16,7 +16,7 @@ jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: technote-space/get-diff-action@v5 | ||||
|         id: git_diff | ||||
|         with: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/codeql-analysis.yml
									
									
									
									
										vendored
									
									
								
							| @ -39,7 +39,7 @@ jobs: | ||||
| 
 | ||||
|     steps: | ||||
|     - name: Checkout repository | ||||
|       uses: actions/checkout@v2 | ||||
|       uses: actions/checkout@v2.3.5 | ||||
| 
 | ||||
|     # Initializes the CodeQL tools for scanning. | ||||
|     - name: Initialize CodeQL | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/deploy-contract.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/deploy-contract.yml
									
									
									
									
										vendored
									
									
								
							| @ -16,7 +16,7 @@ jobs: | ||||
|   deploy: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - name: Use Node.js | ||||
|         uses: actions/setup-node@v2.4.1 | ||||
|         with: | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/goreleaser.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/goreleaser.yml
									
									
									
									
										vendored
									
									
								
							| @ -11,7 +11,7 @@ jobs: | ||||
|   release: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|       - uses: actions/setup-go@v2.1.4 | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/linkchecker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linkchecker.yml
									
									
									
									
										vendored
									
									
								
							| @ -6,7 +6,7 @@ jobs: | ||||
|   markdown-link-check: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13 | ||||
|         with: | ||||
|           folder-path: "docs" | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @ -13,7 +13,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     timeout-minutes: 10 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: technote-space/get-diff-action@v5 | ||||
|         with: | ||||
|           SUFFIX_FILTER: | | ||||
|  | ||||
							
								
								
									
										4
									
								
								.github/workflows/proto.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/proto.yml
									
									
									
									
										vendored
									
									
								
							| @ -9,7 +9,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     timeout-minutes: 5 | ||||
|     steps: | ||||
|       - uses: actions/checkout@master | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: technote-space/get-diff-action@v5 | ||||
|         with: | ||||
|           PATTERNS: | | ||||
| @ -20,7 +20,7 @@ jobs: | ||||
|   breakage: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@master | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: technote-space/get-diff-action@v5 | ||||
|         with: | ||||
|           PATTERNS: | | ||||
|  | ||||
							
								
								
									
										10
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @ -37,7 +37,7 @@ jobs: | ||||
|       - uses: actions/setup-go@v2.1.4 | ||||
|         with: | ||||
|           go-version: 1.17 | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: technote-space/get-diff-action@v5 | ||||
|         with: | ||||
|           PATTERNS: | | ||||
| @ -60,7 +60,7 @@ jobs: | ||||
|   #   runs-on: ubuntu-latest | ||||
|   #   timeout-minutes: 10 | ||||
|   #   steps: | ||||
|   #     - uses: actions/checkout@v2.3.4 | ||||
|   #     - uses: actions/checkout@v2.3.5 | ||||
|   #     - uses: actions/setup-go@v2.1.4 | ||||
|   #       with: | ||||
|   #         go-version: 1.17 | ||||
| @ -80,7 +80,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     timeout-minutes: 60 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: technote-space/get-diff-action@v5 | ||||
|         id: git_diff | ||||
|         with: | ||||
| @ -100,7 +100,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     timeout-minutes: 10 | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: actions/setup-go@v2.1.4 | ||||
|         with: | ||||
|           go-version: 1.17 | ||||
| @ -132,7 +132,7 @@ jobs: | ||||
|       - uses: actions/setup-go@v2.1.4 | ||||
|         with: | ||||
|           go-version: 1.17 | ||||
|       - uses: actions/checkout@v2.3.4 | ||||
|       - uses: actions/checkout@v2.3.5 | ||||
|       - uses: technote-space/get-diff-action@v5 | ||||
|         with: | ||||
|           PATTERNS: | | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user