From be0914f8395054ddf6b798dfcdbddbc3e203042d Mon Sep 17 00:00:00 2001 From: Charlie Chiang Date: Thu, 11 Aug 2022 14:53:06 +0800 Subject: [PATCH] Chore: update backport bot os (#4590) * Chore: update backport bot os Signed-off-by: Charlie Chiang * go with the latest version Signed-off-by: Charlie Chiang Signed-off-by: Charlie Chiang --- .github/workflows/issue-commands.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-commands.yml b/.github/workflows/issue-commands.yml index 4f46ea275..9fa3ad933 100644 --- a/.github/workflows/issue-commands.yml +++ b/.github/workflows/issue-commands.yml @@ -30,7 +30,7 @@ jobs: configPath: issue-commands backport: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 if: github.event.issue.pull_request && contains(github.event.comment.body, '/backport') steps: - name: Extract Command @@ -65,11 +65,11 @@ jobs: }) console.log("Added '" + label + "' label.") - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Open Backport PR - uses: zeebe-io/backport-action@v0.0.6 + uses: zeebe-io/backport-action@v0.0.8 with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }}