From e0ffae411daca622abcc9965a288ff0d44d181f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:46:35 +0200 Subject: [PATCH] chore(deps): pin dependencies (#4697) --- .github/workflows/plugin-generator-e2e.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugin-generator-e2e.yaml b/.github/workflows/plugin-generator-e2e.yaml index 594f27654..15a732acb 100644 --- a/.github/workflows/plugin-generator-e2e.yaml +++ b/.github/workflows/plugin-generator-e2e.yaml @@ -13,16 +13,16 @@ jobs: matrix: node-version: [18,20, 22] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ matrix.node-version }} - name: Install pnpm run: | corepack enable corepack install - - uses: actions/cache@v3 + - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 with: path: ~/.pnpm-store key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}