From 1b76bbdb3d923a793bb8cd0dc73765cfcf0bce51 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Mon, 27 Jul 2026 11:10:23 -0700 Subject: [PATCH] chore: Update deps versions in common workflows This brings all actions/checkout to v7 (latest), fixing warnings about outdated node runtimes in v4. There are no other actions that need updating in the common workflows. --- .github/workflows/sync-common-workflows.yaml | 2 +- .github/workflows/sync-labels.yaml | 2 +- .github/workflows/sync-policies.yaml | 2 +- .github/workflows/test-update-issues.yaml | 2 +- .github/workflows/update-issues.yaml | 2 +- compute-sha/README.md | 2 +- sync-labels/sync-labels.yaml | 2 +- update-issues/update-issues.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sync-common-workflows.yaml b/.github/workflows/sync-common-workflows.yaml index a03e3b9..0ccc1ab 100644 --- a/.github/workflows/sync-common-workflows.yaml +++ b/.github/workflows/sync-common-workflows.yaml @@ -42,7 +42,7 @@ jobs: sync-workflows: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: path: workflows persist-credentials: false diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index 9dc6183..4a0f847 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: shaka-project/shaka-github-tools persist-credentials: false diff --git a/.github/workflows/sync-policies.yaml b/.github/workflows/sync-policies.yaml index dcc5c92..c332529 100644 --- a/.github/workflows/sync-policies.yaml +++ b/.github/workflows/sync-policies.yaml @@ -29,7 +29,7 @@ jobs: sync-policies: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: path: tools-repo persist-credentials: false diff --git a/.github/workflows/test-update-issues.yaml b/.github/workflows/test-update-issues.yaml index 90c6f24..d117ac9 100644 --- a/.github/workflows/test-update-issues.yaml +++ b/.github/workflows/test-update-issues.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: ref: ${{ inputs.ref || github.ref }} persist-credentials: false diff --git a/.github/workflows/update-issues.yaml b/.github/workflows/update-issues.yaml index 7fc25cf..a64051a 100644 --- a/.github/workflows/update-issues.yaml +++ b/.github/workflows/update-issues.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: shaka-project/shaka-github-tools persist-credentials: false diff --git a/compute-sha/README.md b/compute-sha/README.md index 5af76a4..00a084a 100644 --- a/compute-sha/README.md +++ b/compute-sha/README.md @@ -27,7 +27,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: ref: ${{ needs.compute-sha.outputs.SHA }} persist-credentials: false diff --git a/sync-labels/sync-labels.yaml b/sync-labels/sync-labels.yaml index 9dc6183..4a0f847 100644 --- a/sync-labels/sync-labels.yaml +++ b/sync-labels/sync-labels.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: shaka-project/shaka-github-tools persist-credentials: false diff --git a/update-issues/update-issues.yaml b/update-issues/update-issues.yaml index 3769258..6d6818f 100644 --- a/update-issues/update-issues.yaml +++ b/update-issues/update-issues.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: shaka-project/shaka-github-tools persist-credentials: false