diff --git a/.github/workflows/release-hook-on-closed.yml b/.github/workflows/release-hook-on-closed.yml index a7fc38c70c..ea3f3fbd12 100644 --- a/.github/workflows/release-hook-on-closed.yml +++ b/.github/workflows/release-hook-on-closed.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - name: Install Toys - run: "gem install --no-document toys" + run: "gem install --no-document toys -v 0.15.5" - name: Process release request env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-hook-on-push.yml b/.github/workflows/release-hook-on-push.yml index 0b9a991dbe..3b85109a7d 100644 --- a/.github/workflows/release-hook-on-push.yml +++ b/.github/workflows/release-hook-on-push.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - name: Install Toys - run: "gem install --no-document toys" + run: "gem install --no-document toys -v 0.15.5" - name: Update open releases env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-perform.yml b/.github/workflows/release-perform.yml index 0eca546667..e634cd3f9c 100644 --- a/.github/workflows/release-perform.yml +++ b/.github/workflows/release-perform.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - name: Install Toys - run: "gem install --no-document toys" + run: "gem install --no-document toys -v 0.15.5" - name: Perform release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-request.yml b/.github/workflows/release-request.yml index 241cee2bf0..d67826602c 100644 --- a/.github/workflows/release-request.yml +++ b/.github/workflows/release-request.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - name: Install Toys - run: "gem install --no-document toys" + run: "gem install --no-document toys -v 0.15.5" - name: Open release pull request env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-retry.yml b/.github/workflows/release-retry.yml index 82cee744a2..f859a865d8 100644 --- a/.github/workflows/release-retry.yml +++ b/.github/workflows/release-retry.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v2 - name: Install Toys - run: "gem install --no-document toys" + run: "gem install --no-document toys -v 0.15.5" - name: Retry release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.toys/.toys.rb b/.toys/.toys.rb index 0131aac9c4..f1c1fb1d94 100644 --- a/.toys/.toys.rb +++ b/.toys/.toys.rb @@ -1,6 +1,7 @@ -toys_version! ">= 0.14.5" +toys_version! ">= 0.15.5" load_git remote: "https://github.com/dazuma/toys.git", path: ".toys/release", as: "release", + commit: "common-tools/v0.15.5.1", update: 3600