From f7dfd1d0137b12b7b707ee0729393a84b4142d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:36:48 +0000 Subject: [PATCH] Bump github/evergreen from 1.11.1 to 1.11.2 Bumps [github/evergreen](https://github.com/github/evergreen) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/github/evergreen/releases) - [Commits](https://github.com/github/evergreen/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: github/evergreen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/evergreen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/evergreen.yaml b/.github/workflows/evergreen.yaml index e8b7e30..dfa8eaa 100644 --- a/.github/workflows/evergreen.yaml +++ b/.github/workflows/evergreen.yaml @@ -22,7 +22,7 @@ jobs: organization: ${{ env.ORGANIZATION }} permissions: 'contents:write, pull_requests:write' - name: Run evergreen action - uses: github/evergreen@v1.11.1 + uses: github/evergreen@v1.11.2 env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} ORGANIZATION: ${{ env.ORGANIZATION }}