mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Chore(deps): Bump astral-sh/setup-uv from 5 to 6 in the actions group (#9842)
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 5 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... 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:
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -46,7 +46,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
 | 
					          python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
 | 
				
			||||||
      - name: Install uv
 | 
					      - name: Install uv
 | 
				
			||||||
        uses: astral-sh/setup-uv@v5
 | 
					        uses: astral-sh/setup-uv@v6
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
					          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
				
			||||||
          enable-cache: true
 | 
					          enable-cache: true
 | 
				
			||||||
@@ -100,7 +100,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: "${{ matrix.python-version }}"
 | 
					          python-version: "${{ matrix.python-version }}"
 | 
				
			||||||
      - name: Install uv
 | 
					      - name: Install uv
 | 
				
			||||||
        uses: astral-sh/setup-uv@v5
 | 
					        uses: astral-sh/setup-uv@v6
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
					          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
				
			||||||
          enable-cache: true
 | 
					          enable-cache: true
 | 
				
			||||||
@@ -436,7 +436,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
 | 
					          python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
 | 
				
			||||||
      - name: Install uv
 | 
					      - name: Install uv
 | 
				
			||||||
        uses: astral-sh/setup-uv@v5
 | 
					        uses: astral-sh/setup-uv@v6
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
					          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
				
			||||||
          enable-cache: true
 | 
					          enable-cache: true
 | 
				
			||||||
@@ -584,7 +584,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
 | 
					          python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
 | 
				
			||||||
      - name: Install uv
 | 
					      - name: Install uv
 | 
				
			||||||
        uses: astral-sh/setup-uv@v5
 | 
					        uses: astral-sh/setup-uv@v6
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
					          version: ${{ env.DEFAULT_UV_VERSION }}
 | 
				
			||||||
          enable-cache: true
 | 
					          enable-cache: true
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/workflows/translate-strings.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/translate-strings.yml
									
									
									
									
										vendored
									
									
								
							@@ -23,7 +23,7 @@ jobs:
 | 
				
			|||||||
          sudo apt-get update -qq
 | 
					          sudo apt-get update -qq
 | 
				
			||||||
          sudo apt-get install -qq --no-install-recommends gettext
 | 
					          sudo apt-get install -qq --no-install-recommends gettext
 | 
				
			||||||
      - name: Install uv
 | 
					      - name: Install uv
 | 
				
			||||||
        uses: astral-sh/setup-uv@v5
 | 
					        uses: astral-sh/setup-uv@v6
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          enable-cache: true
 | 
					          enable-cache: true
 | 
				
			||||||
      - name: Install backend python dependencies
 | 
					      - name: Install backend python dependencies
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user