From c1f779de33a8913e0e54adb085fc4453fdfff50d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:48:58 +0000 Subject: [PATCH] Update GitHub Actions --- .github/workflows/release-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 066d8eb..ab60555 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -23,7 +23,7 @@ jobs: token: ${{ secrets.ELEMENT_BOT_TOKEN }} - name: 🔧 Set up node environment - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: "18" cache: "yarn" @@ -40,7 +40,7 @@ jobs: git push - name: 🚀 Publish to npm id: npm-publish - uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 # v1 + uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3 with: token: ${{ secrets.ELEMENT_NPM_TOKEN }} access: public