Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-pavlenko committed May 24, 2024
1 parent f875bc6 commit d9c91f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Ruby & Bundle setup
uses: ruby/[email protected]
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true

- name: CocoaPods Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Ruby & Bundle setup
uses: ruby/[email protected]
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true

- name: Cocoapods cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Ruby & Bundle setup
uses: ruby/[email protected]
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true

- name: Cocoapods cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Ruby & Bundle setup
uses: ruby/[email protected]
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true

- name: Cocoapods cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Ruby & Bundle setup
uses: ruby/[email protected]
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true

- name: Cocoapods cache
Expand Down

0 comments on commit d9c91f4

Please sign in to comment.