Skip to content

Commit 23372dd

Browse files
authored
ci: upgraded ruby/setup-ruby action from version v1.152.0 to v1.178.0 (#233)
2 parents 4693ade + aa3a0f5 commit 23372dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
shell: bash
1616

1717
- name: Set up Ruby
18-
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
18+
uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc # pinned to version v1.178.0
1919
with:
2020
bundler-cache: true
2121
cache-version: 1

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- name: Upload coverage report
5353
if: ${{ matrix.platform.os == 'iOS' }}
5454
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
55+
with:
56+
token: ${{ secrets.CODECOV_TOKEN }}
5557

5658
test-package:
5759
name: Test Swift package using Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)