From 2d74ccef8aaf9154351c25003a5b248b1c404548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 02:46:03 +0000 Subject: [PATCH] Bump kayac/ecspresso from 0 to 2 Bumps [kayac/ecspresso](https://github.com/kayac/ecspresso) from 0 to 2. - [Release notes](https://github.com/kayac/ecspresso/releases) - [Changelog](https://github.com/kayac/ecspresso/blob/v2/.goreleaser.yml) - [Commits](https://github.com/kayac/ecspresso/compare/v0...v2) --- updated-dependencies: - dependency-name: kayac/ecspresso dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d83d81c3..aa2b0d77 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: kayac/ecspresso@v0 + - uses: kayac/ecspresso@v2 with: version: v1.5.0 - run: |