diff --git a/.github/workflows/deploy-release.yaml b/.github/workflows/deploy-release.yaml index 45997fea..b0c35b09 100644 --- a/.github/workflows/deploy-release.yaml +++ b/.github/workflows/deploy-release.yaml @@ -21,7 +21,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/validate-branch.yaml b/.github/workflows/validate-branch.yaml index 6ed98119..8f5c977d 100644 --- a/.github/workflows/validate-branch.yaml +++ b/.github/workflows/validate-branch.yaml @@ -29,7 +29,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} @@ -56,7 +56,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} @@ -81,7 +81,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }} @@ -106,7 +106,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: node_modules-${{ hashFiles('**/package-lock.json') }}