From 9d3b071de5427a1ef26b6affcdbad621425dc125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:12:19 +0000 Subject: [PATCH] Bump the github group with 2 updates Bumps the github group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/community-contribution-label.yml | 2 +- .github/workflows/contributor-issue-comment.yml | 2 +- .github/workflows/contributor-pr-reply.yml | 2 +- .github/workflows/good-first-issue-comment.yml | 4 ++-- .github/workflows/holiday-message.yml | 2 +- .github/workflows/is-contributor.yml | 2 +- .github/workflows/manage-issue-header.yml | 2 +- .github/workflows/pr-statistics.yml | 2 +- .github/workflows/pull-request-label.yml | 2 +- .github/workflows/review-requested.yml | 2 +- .github/workflows/unassign-inactive-issues.yaml | 2 +- .github/workflows/update-pr-spreadsheet.yml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/community-contribution-label.yml b/.github/workflows/community-contribution-label.yml index a9f1543..8574a3f 100644 --- a/.github/workflows/community-contribution-label.yml +++ b/.github/workflows/community-contribution-label.yml @@ -19,7 +19,7 @@ jobs: exit 1 fi - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github path: .github-repo diff --git a/.github/workflows/contributor-issue-comment.yml b/.github/workflows/contributor-issue-comment.yml index 81885eb..9ca1745 100644 --- a/.github/workflows/contributor-issue-comment.yml +++ b/.github/workflows/contributor-issue-comment.yml @@ -37,7 +37,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/contributor-pr-reply.yml b/.github/workflows/contributor-pr-reply.yml index c37a441..7bd3433 100644 --- a/.github/workflows/contributor-pr-reply.yml +++ b/.github/workflows/contributor-pr-reply.yml @@ -34,7 +34,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/good-first-issue-comment.yml b/.github/workflows/good-first-issue-comment.yml index 5d50c3d..d646ea7 100644 --- a/.github/workflows/good-first-issue-comment.yml +++ b/.github/workflows/good-first-issue-comment.yml @@ -19,7 +19,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main @@ -32,7 +32,7 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - name: Run script - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ steps.generate-token.outputs.token }} script: | diff --git a/.github/workflows/holiday-message.yml b/.github/workflows/holiday-message.yml index de1f62f..7c3b442 100644 --- a/.github/workflows/holiday-message.yml +++ b/.github/workflows/holiday-message.yml @@ -34,7 +34,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/is-contributor.yml b/.github/workflows/is-contributor.yml index f804246..723b8e5 100644 --- a/.github/workflows/is-contributor.yml +++ b/.github/workflows/is-contributor.yml @@ -33,7 +33,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/manage-issue-header.yml b/.github/workflows/manage-issue-header.yml index b0d196a..cdd8b06 100644 --- a/.github/workflows/manage-issue-header.yml +++ b/.github/workflows/manage-issue-header.yml @@ -19,7 +19,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/pr-statistics.yml b/.github/workflows/pr-statistics.yml index 9b465c6..78e3a54 100644 --- a/.github/workflows/pr-statistics.yml +++ b/.github/workflows/pr-statistics.yml @@ -17,7 +17,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/pull-request-label.yml b/.github/workflows/pull-request-label.yml index caec8af..01d393a 100644 --- a/.github/workflows/pull-request-label.yml +++ b/.github/workflows/pull-request-label.yml @@ -31,7 +31,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/review-requested.yml b/.github/workflows/review-requested.yml index 861e273..4ceb79c 100644 --- a/.github/workflows/review-requested.yml +++ b/.github/workflows/review-requested.yml @@ -31,7 +31,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/unassign-inactive-issues.yaml b/.github/workflows/unassign-inactive-issues.yaml index 2726c3f..3705a66 100644 --- a/.github/workflows/unassign-inactive-issues.yaml +++ b/.github/workflows/unassign-inactive-issues.yaml @@ -23,7 +23,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main diff --git a/.github/workflows/update-pr-spreadsheet.yml b/.github/workflows/update-pr-spreadsheet.yml index 712f60c..476fd9f 100644 --- a/.github/workflows/update-pr-spreadsheet.yml +++ b/.github/workflows/update-pr-spreadsheet.yml @@ -36,7 +36,7 @@ jobs: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} - name: Checkout .github repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: learningequality/.github ref: main