mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Bump actions/setup-python from 5.4.0 to 5.5.0 in the dependencies group (#9386)
Bumps the dependencies group with 1 update: [actions/setup-python](https://github.com/actions/setup-python).
Updates `actions/setup-python` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](42375524e2...8d9ed9ac5c)
---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...
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:
		
							
								
								
									
										2
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -72,7 +72,7 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - name: Set Up Python ${{ env.python_version }} |       - name: Set Up Python ${{ env.python_version }} | ||||||
|         uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5.4.0 |         uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5.5.0 | ||||||
|         with: |         with: | ||||||
|           python-version: ${{ env.python_version }} |           python-version: ${{ env.python_version }} | ||||||
|       - name: Version Check |       - name: Version Check | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -86,7 +86,7 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - name: Set up Python ${{ env.python_version }} |       - name: Set up Python ${{ env.python_version }} | ||||||
|         uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5.4.0 |         uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5.5.0 | ||||||
|         with: |         with: | ||||||
|           python-version: ${{ env.python_version }} |           python-version: ${{ env.python_version }} | ||||||
|           cache: "pip" |           cache: "pip" | ||||||
| @@ -109,7 +109,7 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - name: Set up Python ${{ env.python_version }} |       - name: Set up Python ${{ env.python_version }} | ||||||
|         uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5.4.0 |         uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5.5.0 | ||||||
|         with: |         with: | ||||||
|           python-version: ${{ env.python_version }} |           python-version: ${{ env.python_version }} | ||||||
|       - name: Check Config |       - name: Check Config | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user