diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1d646422..ccb87d2b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-20.04 if: "startsWith(github.event.head_commit.message, 'chore: release')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version-file: .nvmrc cache: yarn