diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c27691a..a1eebc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 ref: ${{ github.head_ref || github.ref_name }} - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: node-version: '20' registry-url: 'https://registry.npmjs.org'