From 50d247daf72e683d6aca8287ea136ca9dae7224b Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Thu, 27 Oct 2022 11:20:43 -0700 Subject: [PATCH] chore: Sync common workflows (#1120) This is an automated sync of common workflows for this organization. The upstream source is: https://github.com/shaka-project/shaka-github-tools/commit/8bfe75f0d28b0b824e37b192623abb528bd275b0 Co-authored-by: Shaka Bot --- .github/workflows/sync-labels.yaml | 2 +- .github/workflows/update-issues.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index ba7ddba6e21..47e73a9a443 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: shaka-project/shaka-github-tools diff --git a/.github/workflows/update-issues.yaml b/.github/workflows/update-issues.yaml index 66e3f5431c4..8edcdc9de74 100644 --- a/.github/workflows/update-issues.yaml +++ b/.github/workflows/update-issues.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: shaka-project/shaka-github-tools