Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 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...v4) --- 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
							
								
									2d52c863e2
								
							
						
					
					
						commit
						3b7af5680b
					
				|  | @ -9,7 +9,7 @@ jobs: | ||||||
|   pre-commit: |   pre-commit: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - uses: actions/setup-python@v4 |       - uses: actions/setup-python@v4 | ||||||
|         with: |         with: | ||||||
|           python-version: "3.x" |           python-version: "3.x" | ||||||
|  |  | ||||||
|  | @ -40,7 +40,7 @@ jobs: | ||||||
|           - almalinux-9 |           - almalinux-9 | ||||||
|           - rockylinux-8 |           - rockylinux-8 | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - name: Install requirements |       - name: Install requirements | ||||||
|         run: | |         run: | | ||||||
|           python3 -m pip install --upgrade pip |           python3 -m pip install --upgrade pip | ||||||
|  |  | ||||||
|  | @ -47,7 +47,7 @@ jobs: | ||||||
|           - "10.11" |           - "10.11" | ||||||
|           - "11.0" |           - "11.0" | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - name: Install requirements |       - name: Install requirements | ||||||
|         run: | |         run: | | ||||||
|           python3 -m pip install --upgrade pip |           python3 -m pip install --upgrade pip | ||||||
|  |  | ||||||
|  | @ -47,7 +47,7 @@ jobs: | ||||||
|           - rockylinux-8 |           - rockylinux-8 | ||||||
|           - rockylinux-9 |           - rockylinux-9 | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - name: Install requirements |       - name: Install requirements | ||||||
|         run: | |         run: | | ||||||
|           python3 -m pip install --upgrade pip |           python3 -m pip install --upgrade pip | ||||||
|  |  | ||||||
|  | @ -95,7 +95,7 @@ jobs: | ||||||
|             mariadb-version: 10.4 |             mariadb-version: 10.4 | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - name: Install requirements |       - name: Install requirements | ||||||
|         run: | |         run: | | ||||||
|           python3 -m pip install --upgrade pip |           python3 -m pip install --upgrade pip | ||||||
|  |  | ||||||
|  | @ -10,7 +10,7 @@ jobs: | ||||||
|   trigger: |   trigger: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
|       - name: Galaxy |       - name: Galaxy | ||||||
|         uses: robertdebock/galaxy-action@1.2.1 |         uses: robertdebock/galaxy-action@1.2.1 | ||||||
|         with: |         with: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue