Skip to content

Commit

Permalink
Replace actions/setup-ruby@v1 with ruby/setup-ruby@v1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Dec 3, 2022
1 parent b34e05a commit f1233c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# name: Pod Lint
# runs-on: macOS-12
# steps:
# - uses: actions/setup-ruby@v1
# - uses: ruby/setup-ruby@v1
# with:
# ruby-version: '2.7.6'
# - name: Checkout Repo
Expand All @@ -35,7 +35,7 @@ jobs:
]
fail-fast: false
steps:
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
Expand All @@ -55,7 +55,7 @@ jobs:
name: Swift Build Xcode 14
runs-on: macOS-12
steps:
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
Expand Down

0 comments on commit f1233c6

Please sign in to comment.