From 228b3341dae82be3d590674705a4c10cd96563c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:14:51 +0000 Subject: [PATCH] Bump github/evergreen from 1.11.1 to 1.15.0 Bumps [github/evergreen](https://github.com/github/evergreen) from 1.11.1 to 1.15.0. - [Release notes](https://github.com/github/evergreen/releases) - [Commits](https://github.com/github/evergreen/compare/v1.11.1...v1.15.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..f75698d 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.15.0 env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} ORGANIZATION: ${{ env.ORGANIZATION }}