From 36466c0744d7ba7bf6638a2085251fbe3b3511de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 18:31:58 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-github-runtime from 1.0.0 to 2 Bumps [crazy-max/ghaction-github-runtime](https://github.com/crazy-max/ghaction-github-runtime) from 1.0.0 to 2. - [Release notes](https://github.com/crazy-max/ghaction-github-runtime/releases) - [Changelog](https://github.com/crazy-max/ghaction-github-runtime/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-github-runtime/compare/94085cef04e835448ac610090128515e781b4939...906832f62b7baa936e3fbef72b029308af505ee7) --- updated-dependencies: - dependency-name: crazy-max/ghaction-github-runtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 487b602f..206d3084 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: file: ./coverage/coverage.txt - name: Expose GitHub Runtime - uses: crazy-max/ghaction-github-runtime@94085cef04e835448ac610090128515e781b4939 + uses: crazy-max/ghaction-github-runtime@906832f62b7baa936e3fbef72b029308af505ee7 - name: Build binaries run: |