Bump actions/checkout from 3.1.0 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.1.4. - [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/v3.1.0...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									7ff5f81b88
								
							
						
					
					
						commit
						046bc03037
					
				
					 7 changed files with 7 additions and 7 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/docker.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -20,7 +20,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Clone.
 | 
					      - name: Clone.
 | 
				
			||||||
        uses: actions/checkout@v3.1.0
 | 
					        uses: actions/checkout@v4.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          submodules: recursive
 | 
					          submodules: recursive
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/linux.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/linux.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -58,7 +58,7 @@ jobs:
 | 
				
			||||||
        run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
 | 
					        run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Clone.
 | 
					      - name: Clone.
 | 
				
			||||||
        uses: actions/checkout@v3.1.0
 | 
					        uses: actions/checkout@v4.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          submodules: recursive
 | 
					          submodules: recursive
 | 
				
			||||||
          path: ${{ env.REPO_NAME }}
 | 
					          path: ${{ env.REPO_NAME }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/mac.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -56,7 +56,7 @@ jobs:
 | 
				
			||||||
        run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
 | 
					        run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Clone.
 | 
					      - name: Clone.
 | 
				
			||||||
        uses: actions/checkout@v3.1.0
 | 
					        uses: actions/checkout@v4.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          submodules: recursive
 | 
					          submodules: recursive
 | 
				
			||||||
          path: ${{ env.REPO_NAME }}
 | 
					          path: ${{ env.REPO_NAME }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/mac_packaged.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/mac_packaged.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -60,7 +60,7 @@ jobs:
 | 
				
			||||||
        run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
 | 
					        run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Clone.
 | 
					      - name: Clone.
 | 
				
			||||||
        uses: actions/checkout@v3.1.0
 | 
					        uses: actions/checkout@v4.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          submodules: recursive
 | 
					          submodules: recursive
 | 
				
			||||||
          path: ${{ env.REPO_NAME }}
 | 
					          path: ${{ env.REPO_NAME }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/master_updater.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/master_updater.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -11,7 +11,7 @@ jobs:
 | 
				
			||||||
      SKIP: "0"
 | 
					      SKIP: "0"
 | 
				
			||||||
      to_branch: "master"
 | 
					      to_branch: "master"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4.1.0
 | 
					      - uses: actions/checkout@v4.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
        if: env.SKIP == '0'
 | 
					        if: env.SKIP == '0'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/snap.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/snap.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -47,7 +47,7 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Clone.
 | 
					      - name: Clone.
 | 
				
			||||||
        uses: actions/checkout@v3.1.0
 | 
					        uses: actions/checkout@v4.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          fetch-depth: 0
 | 
					          fetch-depth: 0
 | 
				
			||||||
          submodules: recursive
 | 
					          submodules: recursive
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/win.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/win.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -75,7 +75,7 @@ jobs:
 | 
				
			||||||
          arch: ${{ matrix.arch }}
 | 
					          arch: ${{ matrix.arch }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Clone.
 | 
					      - name: Clone.
 | 
				
			||||||
        uses: actions/checkout@v3.1.0
 | 
					        uses: actions/checkout@v4.1.4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          submodules: recursive
 | 
					          submodules: recursive
 | 
				
			||||||
          path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}
 | 
					          path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue