mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[upd] github-actions: Bump actions/cache from 4.2.4 to 4.3.0 (#5249)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](0400d5f644...0057852bfa)
---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
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
							
								
									899ae9a6e4
								
							
						
					
					
						commit
						1091643f32
					
				
							
								
								
									
										2
									
								
								.github/workflows/checker.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/checker.yml
									
									
									
									
										vendored
									
									
								
							@ -34,7 +34,7 @@ jobs:
 | 
			
		||||
          persist-credentials: "false"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										8
									
								
								.github/workflows/container.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/container.yml
									
									
									
									
										vendored
									
									
								
							@ -50,7 +50,7 @@ jobs:
 | 
			
		||||
      - if: github.repository_owner == 'searxng'
 | 
			
		||||
        name: Check cache apko
 | 
			
		||||
        id: cache-apko
 | 
			
		||||
        uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          # yamllint disable-line rule:line-length
 | 
			
		||||
          key: "apko-${{ steps.date.outputs.date }}-${{ hashFiles('./container/base.yml', './container/base-builder.yml') }}"
 | 
			
		||||
@ -59,7 +59,7 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - if: github.repository_owner == 'searxng' && steps.cache-apko.outputs.cache-hit != 'true'
 | 
			
		||||
        name: Setup cache apko
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          # yamllint disable-line rule:line-length
 | 
			
		||||
          key: "apko-${{ steps.date.outputs.date }}-${{ hashFiles('./container/base.yml', './container/base-builder.yml') }}"
 | 
			
		||||
@ -137,14 +137,14 @@ jobs:
 | 
			
		||||
          fetch-depth: "0"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
 | 
			
		||||
          path: "./local/"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache container uv
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "container-uv-${{ matrix.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "container-uv-${{ matrix.arch }}-"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							@ -50,7 +50,7 @@ jobs:
 | 
			
		||||
          persist-credentials: "false"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/documentation.yml
									
									
									
									
										vendored
									
									
								
							@ -43,7 +43,7 @@ jobs:
 | 
			
		||||
          fetch-depth: "0"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										6
									
								
								.github/workflows/integration.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/integration.yml
									
									
									
									
										vendored
									
									
								
							@ -46,7 +46,7 @@ jobs:
 | 
			
		||||
          persist-credentials: "false"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ matrix.python-version }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ matrix.python-version }}-${{ runner.arch }}-"
 | 
			
		||||
@ -79,13 +79,13 @@ jobs:
 | 
			
		||||
          node-version-file: "./.nvmrc"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Node.js
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "nodejs-${{ runner.arch }}-${{ hashFiles('./.nvmrc', './package.json') }}"
 | 
			
		||||
          path: "./client/simple/node_modules/"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/l10n.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/l10n.yml
									
									
									
									
										vendored
									
									
								
							@ -46,7 +46,7 @@ jobs:
 | 
			
		||||
          fetch-depth: "0"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
 | 
			
		||||
@ -93,7 +93,7 @@ jobs:
 | 
			
		||||
          fetch-depth: "0"
 | 
			
		||||
 | 
			
		||||
      - name: Setup cache Python
 | 
			
		||||
        uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809  # v4.2.4
 | 
			
		||||
        uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830  # v4.3.0
 | 
			
		||||
        with:
 | 
			
		||||
          key: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-${{ hashFiles('./requirements*.txt') }}"
 | 
			
		||||
          restore-keys: "python-${{ env.PYTHON_VERSION }}-${{ runner.arch }}-"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user