From e9d47bdb292af272da9a88e937ddee8ae967de0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:48:30 +0000 Subject: [PATCH] chore(deps): update external major --- .github/actions/setup-node-npm/action.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-node-npm/action.yaml b/.github/actions/setup-node-npm/action.yaml index 3e37bd0..2b1bfb7 100644 --- a/.github/actions/setup-node-npm/action.yaml +++ b/.github/actions/setup-node-npm/action.yaml @@ -15,7 +15,7 @@ runs: shell: bash - name: Set up NPM Cache - uses: actions/cache@v4 + uses: actions/cache@v5 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77679a9..e1ea12a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: pull-requests: read steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: 'false'