From 54abacde1628572524cd0432e37c407de2f9f238 Mon Sep 17 00:00:00 2001 From: "home-infrastructure-renovate[bot]" <253672885+home-infrastructure-renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 07:09:39 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20Update=20action=20actions/?= =?UTF-8?q?setup-node=20(v6.4.0=20=E2=86=92=20v6.5.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/app-size-diff/action.yaml | 2 +- .github/actions/app-versions/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/app-size-diff/action.yaml b/.github/actions/app-size-diff/action.yaml index 27ed931dd..e36757849 100644 --- a/.github/actions/app-size-diff/action.yaml +++ b/.github/actions/app-size-diff/action.yaml @@ -34,7 +34,7 @@ runs: EOF - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: cache: npm cache-dependency-path: package.json diff --git a/.github/actions/app-versions/action.yaml b/.github/actions/app-versions/action.yaml index 7e823d839..4bb8b7a7f 100644 --- a/.github/actions/app-versions/action.yaml +++ b/.github/actions/app-versions/action.yaml @@ -37,7 +37,7 @@ runs: EOF - name: Setup Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: cache: npm cache-dependency-path: package.json