From d4b66e6f24df74f39a2bf602556c47e603e2add4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:56:35 +0000 Subject: [PATCH] chore(deps): bump gitevents/inclusive-org from 1.1.5 to 1.2.0 Bumps [gitevents/inclusive-org](https://github.com/gitevents/inclusive-org) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/gitevents/inclusive-org/releases) - [Commits](https://github.com/gitevents/inclusive-org/compare/v1.1.5...v1.2.0) --- updated-dependencies: - dependency-name: gitevents/inclusive-org dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gitevents-invite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitevents-invite.yml b/.github/workflows/gitevents-invite.yml index 2402f05..26d573e 100644 --- a/.github/workflows/gitevents-invite.yml +++ b/.github/workflows/gitevents-invite.yml @@ -21,7 +21,7 @@ jobs: with: node-version: lts/hydrogen - name: gitevents - uses: gitevents/inclusive-org@v1.1.5 + uses: gitevents/inclusive-org@v1.2.0 with: gitevents-app-id: ${{ secrets.GE_APP_ID }} gitevents-app-private-key: ${{ secrets.GE_APP_PRIVATE_KEY }}