From 323d80250e5681f7981f6ef136eba04e850782a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:05:23 +0000 Subject: [PATCH] Update actions/setup-node digest to 0a44ba7 --- .github/workflows/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 1b81fbd..aa6f139 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -43,7 +43,7 @@ jobs: # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} - name: Publish to NPM - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: '20.x' registry-url: 'https://registry.npmjs.org'