Skip to content

Commit fee921b

Browse files
authored
chore: Pin toys and toys release scripts to a known good version (#1595)
1 parent 367cf9a commit fee921b

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.github/workflows/release-hook-on-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repo
1919
uses: actions/checkout@v2
2020
- name: Install Toys
21-
run: "gem install --no-document toys"
21+
run: "gem install --no-document toys -v 0.15.5"
2222
- name: Process release request
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-hook-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout repo
2020
uses: actions/checkout@v2
2121
- name: Install Toys
22-
run: "gem install --no-document toys"
22+
run: "gem install --no-document toys -v 0.15.5"
2323
- name: Update open releases
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout repo
2929
uses: actions/checkout@v2
3030
- name: Install Toys
31-
run: "gem install --no-document toys"
31+
run: "gem install --no-document toys -v 0.15.5"
3232
- name: Perform release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout repo
2323
uses: actions/checkout@v2
2424
- name: Install Toys
25-
run: "gem install --no-document toys"
25+
run: "gem install --no-document toys -v 0.15.5"
2626
- name: Open release pull request
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-retry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repo
2626
uses: actions/checkout@v2
2727
- name: Install Toys
28-
run: "gem install --no-document toys"
28+
run: "gem install --no-document toys -v 0.15.5"
2929
- name: Retry release
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.toys/.toys.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
toys_version! ">= 0.14.5"
1+
toys_version! ">= 0.15.5"
22

33
load_git remote: "https://github.com/dazuma/toys.git",
44
path: ".toys/release",
55
as: "release",
6+
commit: "common-tools/v0.15.5.1",
67
update: 3600

0 commit comments

Comments
 (0)