From 6bb255b57d121372baa6de8a03c6b8b62f4a58f5 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sun, 1 Jan 2023 11:00:38 +0100 Subject: [PATCH] chore: Pin release workflow actions to Major (#895) --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d6ed258..7c8ca009 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,23 +11,23 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@master + uses: actions/checkout@v3 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 # synced with #node-version - - name: Setup Node.js 14.x - uses: actions/setup-node@master + - name: Setup Node.js 16.x + uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 16.x - name: Install Dependencies run: yarn - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@master + uses: changesets/action@v1 with: publish: yarn release env: