From 16af5092f29cefcc77665a60ba70d6029ab1f6ea Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 31 Dec 2023 18:43:46 -0800 Subject: [PATCH 1/3] ci: update release workflow --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e515d9c..2d2de93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: smoke_test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 - name: Setup Node.js - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag: v3.6.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: - node-version: "16.19.0" + node-version: "20.10.0" - name: Update Version run: node script/update-version.js ${{ github.event.inputs.version }} - name: Install Dependencies @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest needs: smoke_test steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 # Tag here, the CircleCI workflow will trigger on the new tag and do the CFA publish - name: Push New Tag run: | From 239c6925fd1164e90461855ea7917420e8228fba Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 31 Dec 2023 20:45:03 -0800 Subject: [PATCH 2/3] ci: fix action name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d2de93..7a5e02a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: smoke_test: runs-on: ubuntu-latest steps: - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Node.js uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: From 9bd028738bf0f9ebbccb5de0262a7743e6fa92f8 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sun, 31 Dec 2023 20:45:41 -0800 Subject: [PATCH 3/3] ci: fix action name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a5e02a..f7d0d5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest needs: smoke_test steps: - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # Tag here, the CircleCI workflow will trigger on the new tag and do the CFA publish - name: Push New Tag run: |