From 6d7edcce892ab1b3c41ff7b6d2af1daf44e797bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 03:40:59 +0000 Subject: [PATCH] Bump github/evergreen from 1.11.1 to 1.12.0 Bumps [github/evergreen](https://github.com/github/evergreen) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/github/evergreen/releases) - [Commits](https://github.com/github/evergreen/compare/v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: github/evergreen dependency-type: direct:production update-type: version-update:semver-minor ... 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..db76481 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.12.0 env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} ORGANIZATION: ${{ env.ORGANIZATION }}