From 26ac67839ecbb28ba10ee867dcbfec5a5ab0776e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:15:11 +0000 Subject: [PATCH] Update ShapeGames/npm-install action to v1.8.34 --- .github/workflows/delegated-module-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delegated-module-actions.yml b/.github/workflows/delegated-module-actions.yml index c3d993d..80d26e0 100644 --- a/.github/workflows/delegated-module-actions.yml +++ b/.github/workflows/delegated-module-actions.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 - - uses: ShapeGames/npm-install@v1.7.10 + - uses: ShapeGames/npm-install@v1.8.34 with: useRollingCache: true - name: Install dependencies