From 0bbd5bdb5694af1f500a4fd0a1f5aa01a7203cdd Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" <129506189+hashicorp-tsccr[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:23:02 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info gha update -latest . (#1661) Co-authored-by: hashicorp-tsccr[bot] --- .github/workflows/deploy.yml | 10 +++++----- .github/workflows/test.yml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8429f605..cb3d30609 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,7 +63,7 @@ jobs: LANGUAGE_SERVER_VERSION: ${{ github.event.inputs.langserver }} - name: Setup Node - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: '.nvmrc' @@ -82,7 +82,7 @@ jobs: run: npm run package -- --target=${{ matrix.vsce_target }} - name: Upload vsix as artifact - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: ${{ matrix.vsce_target }} path: '*.vsix' @@ -93,7 +93,7 @@ jobs: needs: build if: success() && inputs.deploy_type == 'prerelease' steps: - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 - name: Publish Prerelease to Marketplace run: npx vsce publish --pre-release --no-git-tag-version --packagePath $(find . -iname *.vsix) env: @@ -105,7 +105,7 @@ jobs: needs: build if: success() && inputs.deploy_type == 'stable' steps: - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 - name: Publish Stable to Marketplace run: npx vsce publish --no-git-tag-version --packagePath $(find . -iname *.vsix) env: @@ -117,7 +117,7 @@ jobs: needs: build if: success() && inputs.deploy_type == 'stable' steps: - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + - uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 - name: Publish Stable to OpenVSX run: npx ovsx publish --packagePath $(find . -iname *.vsix) env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76579c9d7..709fb7c71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: '.nvmrc' - name: npm install @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: '.nvmrc' - name: npm install @@ -77,7 +77,7 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 + - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 with: node-version-file: '.nvmrc' - name: Set up Xvfb (Ubuntu)