From 05ebbec8f97b17ac3885987944fd9aa50a9beea3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 7 Mar 2020 19:28:44 +0900 Subject: [PATCH] deps: bump hub 2.14.1 to 2.14.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1151019..5aa8b7c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Install github/hub run: | - export HUB_VERSION="2.14.1" + export HUB_VERSION="2.14.2" curl -fsSL https://github.com/github/hub/raw/40e421edd2c63d57bb8daa4bb9bbdfa21e8becf9/script/get | bash -s "${HUB_VERSION}" - name: Create release