diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6b24f02..44216813 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Angular problem matchers uses: EdricChan03/angular-problem-matchers-action@v0.0.0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v5 id: node_modules_cache with: path: node_modules @@ -55,7 +55,7 @@ jobs: - name: Setup Angular problem matchers uses: EdricChan03/angular-problem-matchers-action@v0.0.0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v5 id: node_modules_cache with: path: node_modules @@ -68,7 +68,7 @@ jobs: if: steps.node_modules_cache.outputs.cache-hit != 'true' run: npm ci - name: Cache documentation - uses: actions/cache@v3 + uses: actions/cache@v5 id: docs_cache with: path: projects/rss-reader/src/assets/docs diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 698c7402..cc85c0f3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 20 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v5 id: node_modules_cache with: path: node_modules