diff --git a/.github/workflows/branch-validations.yaml b/.github/workflows/branch-validations.yaml index 3777941c..c1d68848 100644 --- a/.github/workflows/branch-validations.yaml +++ b/.github/workflows/branch-validations.yaml @@ -25,7 +25,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} @@ -47,7 +47,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} @@ -71,7 +71,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} @@ -95,7 +95,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/deploy-published-releases.yaml b/.github/workflows/deploy-published-releases.yaml index 4440872f..07868817 100644 --- a/.github/workflows/deploy-published-releases.yaml +++ b/.github/workflows/deploy-published-releases.yaml @@ -19,7 +19,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/publish-pr-preview.yaml b/.github/workflows/publish-pr-preview.yaml index 8647adfb..80c932b3 100644 --- a/.github/workflows/publish-pr-preview.yaml +++ b/.github/workflows/publish-pr-preview.yaml @@ -17,7 +17,7 @@ jobs: - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: node_modules-${{ hashFiles('package-lock.json') }}