diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7280e152f..daea6351c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,13 @@ jobs: steps: - uses: google/wireit@setup-github-actions-caching/v1 - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@master with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - name: Setup Node.js 16.x - uses: actions/setup-node@v3 + uses: actions/setup-node@master with: node-version: 16.x registry-url: 'https://registry.npmjs.org'