From 32fd9df2793d5b25e80356b1826d40aed508ebfb Mon Sep 17 00:00:00 2001 From: Shaka Bot Date: Thu, 10 Oct 2024 14:44:46 +0000 Subject: [PATCH] chore: Sync common workflows This is an automated sync of common workflows for this organization. The upstream source is: https://github.com/shaka-project/shaka-github-tools/commit/69646f35a27bd09d4a6e0ca9473954077b4d3f88 --- .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 47e73a9..0b679ea 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@v3 + uses: actions/checkout@v4 with: repository: shaka-project/shaka-github-tools diff --git a/.github/workflows/update-issues.yaml b/.github/workflows/update-issues.yaml index e69eba5..6424ce1 100644 --- a/.github/workflows/update-issues.yaml +++ b/.github/workflows/update-issues.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: shaka-project/shaka-github-tools