From 2e45518a7ea5dcd72e60f59bea6144835bef5305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:47:11 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/release-npm.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index b3f15a1b..066d8eb6 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -18,12 +18,12 @@ jobs: runs-on: ubuntu-latest steps: - name: 🧮 Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: token: ${{ secrets.ELEMENT_BOT_TOKEN }} - name: 🔧 Set up node environment - uses: actions/setup-node@v3 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: "18" cache: "yarn" @@ -40,13 +40,13 @@ jobs: git push - name: 🚀 Publish to npm id: npm-publish - uses: JS-DevTools/npm-publish@v1 + uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1 with: token: ${{ secrets.ELEMENT_NPM_TOKEN }} access: public - name: 🧬 Create release - uses: actions/create-release@v1 + uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: