From ee79daa4fd142025742088cf4d1c73c1b434d7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:27:03 +0000 Subject: [PATCH] Bump actions/cache from 4.0.2 to 4.1.2 in /.github/workflows Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.2...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/action.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index bd7d997..8e98a2a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -67,19 +67,19 @@ jobs: id: uuid uses: bossOfCode/generate-uuid@v1.1 - - uses: actions/cache/save@v4.0.2 + - uses: actions/cache/save@v4.1.2 if: startsWith(runner.os, 'Linux') with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ steps.uuid.outputs.uuid }} - - uses: actions/cache/save@v4.0.2 + - uses: actions/cache/save@v4.1.2 if: startsWith(runner.os, 'macOS') with: path: ~/Library/Caches/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ steps.uuid.outputs.uuid }} - - uses: actions/cache/save@v4.0.2 + - uses: actions/cache/save@v4.1.2 if: startsWith(runner.os, 'Windows') with: path: ~\AppData\Local\pip\Cache @@ -110,7 +110,7 @@ jobs: - name: 'Restore cache: Linux Runner' if: startsWith(runner.os, 'Linux') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -119,7 +119,7 @@ jobs: - name: 'Restore cache: Mac Runner' if: startsWith(runner.os, 'macOS') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/Library/Caches/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -128,7 +128,7 @@ jobs: - name: 'Restore cache: Windows Runner' if: startsWith(runner.os, 'windows') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~\AppData\Local\pip\Cache key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -158,7 +158,7 @@ jobs: - name: 'Restore cache: Linux Runner' if: startsWith(runner.os, 'Linux') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -167,7 +167,7 @@ jobs: - name: 'Restore cache: Mac Runner' if: startsWith(runner.os, 'macOS') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/Library/Caches/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -176,7 +176,7 @@ jobs: - name: 'Restore cache: Windows Runner' if: startsWith(runner.os, 'windows') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~\AppData\Local\pip\Cache key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -205,7 +205,7 @@ jobs: - name: 'Restore cache: Linux Runner' if: startsWith(runner.os, 'Linux') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -214,7 +214,7 @@ jobs: - name: 'Restore cache: Mac Runner' if: startsWith(runner.os, 'macOS') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/Library/Caches/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -223,7 +223,7 @@ jobs: - name: 'Restore cache: Windows Runner' if: startsWith(runner.os, 'windows') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~\AppData\Local\pip\Cache key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -252,7 +252,7 @@ jobs: - name: 'Restore cache: Linux Runner' if: startsWith(runner.os, 'Linux') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -261,7 +261,7 @@ jobs: - name: 'Restore cache: Mac Runner' if: startsWith(runner.os, 'macOS') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/Library/Caches/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -270,7 +270,7 @@ jobs: - name: 'Restore cache: Windows Runner' if: startsWith(runner.os, 'windows') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~\AppData\Local\pip\Cache key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -300,7 +300,7 @@ jobs: - name: 'Restore cache: Linux Runner' if: startsWith(runner.os, 'Linux') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -309,7 +309,7 @@ jobs: - name: 'Restore cache: Mac Runner' if: startsWith(runner.os, 'macOS') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~/Library/Caches/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }} @@ -318,7 +318,7 @@ jobs: - name: 'Restore cache: Windows Runner' if: startsWith(runner.os, 'windows') - uses: actions/cache/restore@v4.0.2 + uses: actions/cache/restore@v4.1.2 with: path: ~\AppData\Local\pip\Cache key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ github.events.jobs.run1.steps.uuid.outputs.uuid }}