diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index ec1b1d5e4..c644e1539 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # changelog is generated from git log fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - name: Install release-it - run: npm install -g release-it@14.6.1 + run: npm install -g release-it@15 - name: Beta Release env: diff --git a/.github/workflows/release-final.yml b/.github/workflows/release-final.yml index eb0ddb697..a60055803 100644 --- a/.github/workflows/release-final.yml +++ b/.github/workflows/release-final.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # changelog is generated from git log fetch-depth: 0 @@ -37,7 +37,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - name: Install release-it - run: npm install -g release-it@14.6.1 + run: npm install -g release-it@15 - name: Final Release env: diff --git a/.github/workflows/undeploy.yml b/.github/workflows/undeploy.yml index 17e06d50f..69dd235e7 100644 --- a/.github/workflows/undeploy.yml +++ b/.github/workflows/undeploy.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup GCloud uses: ./.github/actions/gcloud