Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ jobs:
id: uuid
uses: bossOfCode/[email protected]

- 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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand Down