From 93ff8087009da786c0bff29f9d78a69ded22de47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:22:22 +0000 Subject: [PATCH] Bump the github group with 2 updates Bumps the github group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/setup-node dependency-version: '6' 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 | 4 ++-- .github/workflows/contributor-pr-reply.yml | 4 ++-- .github/workflows/holiday-message.yml | 4 ++-- .github/workflows/is-contributor.yml | 4 ++-- .github/workflows/manage-issue-header.yml | 4 ++-- .github/workflows/pr-statistics.yml | 4 ++-- .github/workflows/pull-request-label.yml | 4 ++-- .github/workflows/review-requested.yml | 4 ++-- .github/workflows/unassign-inactive-issues.yaml | 4 ++-- .github/workflows/update-pr-spreadsheet.yml | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/community-contribution-label.yml b/.github/workflows/community-contribution-label.yml index a2c0dec..a9f1543 100644 --- a/.github/workflows/community-contribution-label.yml +++ b/.github/workflows/community-contribution-label.yml @@ -25,7 +25,7 @@ jobs: path: .github-repo - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} diff --git a/.github/workflows/contributor-issue-comment.yml b/.github/workflows/contributor-issue-comment.yml index 92dbe41..b363408 100644 --- a/.github/workflows/contributor-issue-comment.yml +++ b/.github/workflows/contributor-issue-comment.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -43,7 +43,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/contributor-pr-reply.yml b/.github/workflows/contributor-pr-reply.yml index f65e06f..af6a135 100644 --- a/.github/workflows/contributor-pr-reply.yml +++ b/.github/workflows/contributor-pr-reply.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -40,7 +40,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/holiday-message.yml b/.github/workflows/holiday-message.yml index bee502e..7a7e3fa 100644 --- a/.github/workflows/holiday-message.yml +++ b/.github/workflows/holiday-message.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -40,7 +40,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/is-contributor.yml b/.github/workflows/is-contributor.yml index 03ee236..471d7f2 100644 --- a/.github/workflows/is-contributor.yml +++ b/.github/workflows/is-contributor.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -38,7 +38,7 @@ jobs: repository: learningequality/.github ref: main - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/manage-issue-header.yml b/.github/workflows/manage-issue-header.yml index 7630a3d..48d7fcd 100644 --- a/.github/workflows/manage-issue-header.yml +++ b/.github/workflows/manage-issue-header.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Generate GitHub token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -30,7 +30,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'yarn' diff --git a/.github/workflows/pr-statistics.yml b/.github/workflows/pr-statistics.yml index 5a574ba..4c2cb61 100644 --- a/.github/workflows/pr-statistics.yml +++ b/.github/workflows/pr-statistics.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -23,7 +23,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/pull-request-label.yml b/.github/workflows/pull-request-label.yml index aade51f..977a69c 100644 --- a/.github/workflows/pull-request-label.yml +++ b/.github/workflows/pull-request-label.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -37,7 +37,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/review-requested.yml b/.github/workflows/review-requested.yml index 925606c..603bf44 100644 --- a/.github/workflows/review-requested.yml +++ b/.github/workflows/review-requested.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -37,7 +37,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies diff --git a/.github/workflows/unassign-inactive-issues.yaml b/.github/workflows/unassign-inactive-issues.yaml index d417ae1..9a2c92a 100644 --- a/.github/workflows/unassign-inactive-issues.yaml +++ b/.github/workflows/unassign-inactive-issues.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -29,7 +29,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Debug directory diff --git a/.github/workflows/update-pr-spreadsheet.yml b/.github/workflows/update-pr-spreadsheet.yml index b43bd25..3e4e276 100644 --- a/.github/workflows/update-pr-spreadsheet.yml +++ b/.github/workflows/update-pr-spreadsheet.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Generate App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.LE_BOT_APP_ID }} private-key: ${{ secrets.LE_BOT_PRIVATE_KEY }} @@ -42,7 +42,7 @@ jobs: ref: main token: ${{ steps.generate-token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' - name: Install dependencies