Skip to content

Commit

Permalink
ci: upgraded ruby/setup-ruby action from version v1.152.0 to v1.178.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 authored Jul 2, 2024
2 parents 4693ade + aa3a0f5 commit 23372dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
shell: bash

- name: Set up Ruby
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # pinned to version v1.178.0
with:
bundler-cache: true
cache-version: 1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- name: Upload coverage report
if: ${{ matrix.platform.os == 'iOS' }}
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
with:
token: ${{ secrets.CODECOV_TOKEN }}

test-package:
name: Test Swift package using Xcode ${{ matrix.xcode }}
Expand Down

0 comments on commit 23372dd

Please sign in to comment.