mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-03-29 06:06:53 +00:00
fix: Corrige identacao das actions de cache
This commit is contained in:
parent
85d8c8c4cd
commit
02636aa326
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
node-version: "24"
|
||||
|
||||
- name: Setup NPM Cache
|
||||
-uses: actions/cache@v4 # v4.2.1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
node-version: "24"
|
||||
|
||||
- name: Setup NPM Cache
|
||||
-uses: actions/cache@v4 # v4.2.1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
node-version: "24"
|
||||
|
||||
- name: Setup NPM Cache
|
||||
-uses: actions/cache@v4 # v4.2.1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
@ -173,7 +173,7 @@ jobs:
|
|||
node-version: "24"
|
||||
|
||||
- name: Setup NPM Cache
|
||||
-uses: actions/cache@v4 # v4.2.1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue