Skip to content

Commit

Permalink
chore(ci): update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Dec 28, 2024
1 parent fcc77cb commit b4629f1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.206.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.206.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-arm64-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.206.0
with:
ruby-version: 3.3.6
- name: build image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.206.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-x86_64-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.206.0
with:
ruby-version: 3.3.6
- name: build image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.206.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# all_but_latest: true
- uses: actions/checkout@v3
- name: "Set up Ruby"
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.206.0
with:
ruby-version: ${{ matrix.ruby-version }}
- name: package ${{ matrix.arch }}
Expand Down

0 comments on commit b4629f1

Please sign in to comment.