From bea53230cb68595d00d96ab7451048b81c62acff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:44:45 -0700 Subject: [PATCH] Bump octokit/request-action from 2.3.1 to 2.4.0 (#20) Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](https://github.com/octokit/request-action/compare/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: octokit/request-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/expense.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/expense.yml b/.github/workflows/expense.yml index d3b5639..a4edaf8 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.3.1 + - uses: octokit/request-action@v2.4.0 with: route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }} team: technical-steering-committee