From 02584af3c4c853572e4b941246947b621bbe6072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:59:21 +0000 Subject: [PATCH] build(deps): bump the major-deps-updates group across 1 directory with 2 updates Bumps the major-deps-updates group with 2 updates in the / directory: [octokit/request-action](https://github.com/octokit/request-action) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `octokit/request-action` from 2.4.0 to 3.0.0 - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/v2.4.0...v3.0.0) Updates `dependabot/fetch-metadata` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: octokit/request-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/expense.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/expense.yml b/.github/workflows/expense.yml index a4edaf8ff..56af8c7e1 100644 --- a/.github/workflows/expense.yml +++ b/.github/workflows/expense.yml @@ -39,7 +39,7 @@ jobs: authorize: runs-on: ubuntu-latest steps: - - uses: octokit/request-action@v2.4.0 + - uses: octokit/request-action@v3.0.0 with: route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }} team: technical-steering-committee diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24d0eb2b4..1df3dd048 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: authorize: runs-on: ubuntu-latest steps: - - uses: octokit/request-action@v2.4.0 + - uses: octokit/request-action@v3.0.0 with: route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }} team: technical-steering-committee diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 8e9f9d5d5..7a0034d22 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Fetch PR metadata id: metadata - uses: dependabot/fetch-metadata@v2.5.0 + uses: dependabot/fetch-metadata@v3.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}