From 2ddf57c471ce55078002a5df5fb241e560f7d4ae Mon Sep 17 00:00:00 2001 From: Jean Pierre Date: Wed, 18 Sep 2024 19:17:39 -0500 Subject: [PATCH] Update action --- .github/workflows/new-upstream-release.yml | 7 +++---- .github/workflows/release.yml | 4 ++-- .github/workflows/switch-branch.yml | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/new-upstream-release.yml b/.github/workflows/new-upstream-release.yml index b4f5952..530c3fe 100644 --- a/.github/workflows/new-upstream-release.yml +++ b/.github/workflows/new-upstream-release.yml @@ -16,7 +16,7 @@ jobs: - name: Check for new release branch id: new-release - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: result-encoding: string script: | @@ -76,7 +76,7 @@ jobs: SLACK_TITLE: New vscode release branch created SLACK_MESSAGE: | Start preparing for a new release :exclamation: - + Trigger GHA https://github.com/gitpod-io/gitpod/actions/workflows/code-build.yaml after sync upstream notify-recovery-release: @@ -90,7 +90,7 @@ jobs: - name: Check for recovery release commits id: new-recovery-release - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: result-encoding: string script: | @@ -175,4 +175,3 @@ jobs: Start preparing for a new recovery release :exclamation: Trigger GHA https://github.com/gitpod-io/gitpod/actions/workflows/code-build.yaml after sync upstream - diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 66248d7..1627ef2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: NPM_REGISTRY: 'https://registry.npmjs.org' steps: - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - uses: actions/checkout@v4 with: @@ -260,7 +260,7 @@ jobs: echo "quality=${QUALITY}" >> $GITHUB_OUTPUT - name: Upload build artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux-${{ matrix.vscode_arch }} path: openvscode-server-*.tar.gz diff --git a/.github/workflows/switch-branch.yml b/.github/workflows/switch-branch.yml index 1faeb27..b0a6489 100644 --- a/.github/workflows/switch-branch.yml +++ b/.github/workflows/switch-branch.yml @@ -32,7 +32,7 @@ jobs: with: path: gitpod repository: gitpod-io/gitpod - + - uses: actions/setup-node@v3 with: node-version: 20 @@ -40,7 +40,7 @@ jobs: - run: npm install semver - name: Run the branch switch-a-roo - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const { inc, major, minor } = require('semver');