From 39ed5830b8f9f6483ee8ed2b79003789cba70b6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:05:33 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/update-version-on-branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-version-on-branch.yml b/.github/workflows/update-version-on-branch.yml index 9c3a6b96..babce2b9 100644 --- a/.github/workflows/update-version-on-branch.yml +++ b/.github/workflows/update-version-on-branch.yml @@ -10,12 +10,12 @@ jobs: if: github.event.ref_type == 'branch' && github.ref_name != 'main' && github.ref_name != 'master' steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: ref: ${{ github.ref }} - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: '20'