Skip to content

Commit

Permalink
feat: update ci workflow actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
peiman3 committed Feb 12, 2025
1 parent 272548a commit 5fe20a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@v4

- name: Audit dependencies
run: audit-ci --critical --report-type full
Expand All @@ -36,14 +36,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@v4

- name: Set pnpm cache directory
run: pnpm config set store-dir .pnpm-store
continue-on-error: true

- name: Setup cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # pin@v2
uses: actions/checkout@v4
with:
path: |
.pnpm-store
Expand Down

0 comments on commit 5fe20a1

Please sign in to comment.