From 8c45c67d23be57fb56627e8b45e778bd157c5d07 Mon Sep 17 00:00:00 2001 From: Piotr Wysocki <86244209+piwysocki@users.noreply.github.com> Date: Tue, 20 Dec 2022 07:51:10 +0100 Subject: [PATCH 1/3] ci: bump release-it to 15 --- .github/workflows/release-beta.yml | 4 ++-- .github/workflows/release-final.yml | 4 ++-- .github/workflows/undeploy.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index ec1b1d5e4..6aec70544 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.5.1 - name: Beta Release env: diff --git a/.github/workflows/release-final.yml b/.github/workflows/release-final.yml index eb0ddb697..6fb16fe43 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.5.1 - 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 From 22f6408151130864b6c1b538591ac7a1ced06bb7 Mon Sep 17 00:00:00 2001 From: Piotr Wysocki <86244209+piwysocki@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:01:55 +0100 Subject: [PATCH 2/3] Update release-final.yml --- .github/workflows/release-final.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-final.yml b/.github/workflows/release-final.yml index 6fb16fe43..a60055803 100644 --- a/.github/workflows/release-final.yml +++ b/.github/workflows/release-final.yml @@ -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@15.5.1 + run: npm install -g release-it@15 - name: Final Release env: From 49b23bb7730b61187c17f3fe280ee5c7875a643e Mon Sep 17 00:00:00 2001 From: Piotr Wysocki <86244209+piwysocki@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:02:02 +0100 Subject: [PATCH 3/3] Update release-beta.yml --- .github/workflows/release-beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 6aec70544..c644e1539 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -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@15.5.1 + run: npm install -g release-it@15 - name: Beta Release env: