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 }}