From 916c2b95be47c2a28a25566df7d4911b3b48f3a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:39:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-node digest to bea5baf --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2fbc50..1cda434 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3 with: node-version: ${{ matrix.node-version }} - run: npm install @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3 + uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3 with: node-version: ${{ matrix.node-version }} - run: npm install