Skip to content

Commit 9da1c9c

Browse files
committed
chore(deps): update ruby/setup-ruby to v1.180.1
1 parent fe0c5d4 commit 9da1c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.fastlane.promote.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: 'Check secret configuration'
3333
run: ./.github/scripts/check_secrets_decryption.sh
3434
- name: 'Setup Ruby'
35-
uses: ruby/[email protected].0
35+
uses: ruby/[email protected].1
3636
with:
3737
ruby-version: '3.0'
3838
bundler-cache: true

.github/workflows/action.fastlane.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
name: 'aab-build'
3333
- name: 'Setup Ruby'
34-
uses: ruby/[email protected].0
34+
uses: ruby/[email protected].1
3535
with:
3636
ruby-version: '3.0'
3737
bundler-cache: true

0 commit comments

Comments
 (0)