From e172e9f08052172697ab5399bd22a333531810cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Magnus=20Sl=C3=A5tto?= Date: Mon, 13 Mar 2023 20:58:58 +0100 Subject: [PATCH] chore(ci): Upgrade Github Actions to non-deprecated workflows --- .github/workflows/go.yml | 2 +- .github/workflows/issue_reviver.yml | 2 +- .github/workflows/labeler.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0d6eaa6df..b0c90df4b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel previous - uses: styfle/cancel-workflow-action@0.7.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} - id: setup diff --git a/.github/workflows/issue_reviver.yml b/.github/workflows/issue_reviver.yml index a6a9b1b4f..6d02eca9b 100644 --- a/.github/workflows/issue_reviver.yml +++ b/.github/workflows/issue_reviver.yml @@ -9,7 +9,7 @@ jobs: issue_reviver: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 if: github.repository == 'google/gvisor' - run: make run TARGETS="//tools/github" ARGS="-path=. revive" if: github.repository == 'google/gvisor' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3a19065e1..aed79ab0a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,7 +7,7 @@ jobs: label: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@v4 if: github.base_ref == null with: repo-token: "${{ secrets.GITHUB_TOKEN }}"