11
0
Fork 0
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:
IlarioJs 2026-03-18 15:20:13 -03:00
parent 85d8c8c4cd
commit 02636aa326

View file

@ -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') }}