Skip to content

Commit

Permalink
update ruby in build
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Apr 20, 2023
1 parent 0aa6c72 commit 4e41579
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
architecture: 'x64'
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/cache@v2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
architecture: 'x64'
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/setup-node@v2
with:
node-version: '14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
architecture: 'x64'
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/setup-node@v2
with:
node-version: '14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# BEGIN Dependencies
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/cache@v2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monthly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
architecture: 'x64'
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/setup-node@v2
with:
node-version: '14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shortlinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# BEGIN Dependencies
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/cache@v2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/video-dry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
architecture: 'x64'
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/setup-node@v2
with:
node-version: '14'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
architecture: 'x64'
- uses: ruby/setup-ruby@v1
with:
ruby-version: "2.7"
ruby-version: "3.0"
- uses: actions/setup-node@v2
with:
node-version: '14'
Expand Down

0 comments on commit 4e41579

Please sign in to comment.