From ce4dfc36f5dcaff1c6b19b978ba28279bbcdb00f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:02:16 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- .github/workflows/pull-request.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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