Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
deno-version: ${{ inputs.deno-version }}
- name: Cache Deno dependencies
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: |
~/.cache/deno
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytorch-train-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- name: Cache dependencies
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: |
~/.cache/pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
python-version: '3.12'
cache: pip
- name: Cache pip-audit DB
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: ${{ env.PIP_AUDIT_CACHE_DIR }}
key: pip-audit-${{ runner.os }}-${{ hashFiles('**/requirements.txt') }}
- name: Cache Trivy DB
if: ${{ inputs['skip-trivy'] == false }}
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
with:
path: ${{ env.TRIVY_CACHE_DIR }}
key: trivy-${{ runner.os }}
Expand Down
Loading