diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e53042..abb3bf9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,15 +21,14 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 # Ensures tags are also fetched - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 18.18.2 - corepack: true - name: Enable corepack and install dependencies run: |