mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-09-23 04:05:10 -04:00
chore(deps): update ruby/setup-ruby action to v1.325.0 (#7294)
This commit is contained in:
1 parent
33c83f405d
commit
db936dc0ae
5 files changed
+6
-6
No files matched your search
@@ -56,7 +56,7 @@ jobs:
|
||||
develocity_access_key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
|
||||
uses: ruby/setup-ruby@e8944e80fb94b20106697132f8c20c665fab29e9 # v1.325.0
|
||||
with:
|
||||
ruby-version: '4.0.7'
|
||||
bundler-cache: true
|
||||
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
develocity_access_key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
|
||||
uses: ruby/setup-ruby@e8944e80fb94b20106697132f8c20c665fab29e9 # v1.325.0
|
||||
with:
|
||||
ruby-version: '4.0.7'
|
||||
bundler-cache: true
|
||||
|
||||
@@ -43,7 +43,7 @@ jobs:
|
||||
run: python3 scripts/check-store-metadata.py
|
||||
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
|
||||
uses: ruby/setup-ruby@e8944e80fb94b20106697132f8c20c665fab29e9 # v1.325.0
|
||||
with:
|
||||
ruby-version: '4.0.7'
|
||||
bundler-cache: true
|
||||
|
||||
@@ -129,7 +129,7 @@ jobs:
|
||||
ref: ${{ inputs.commit_sha || inputs.tag_name }}
|
||||
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
|
||||
uses: ruby/setup-ruby@e8944e80fb94b20106697132f8c20c665fab29e9 # v1.325.0
|
||||
with:
|
||||
ruby-version: '4.0.7'
|
||||
bundler-cache: true
|
||||
|
||||
@@ -168,7 +168,7 @@ jobs:
|
||||
echo "$GOOGLE_PLAY_JSON_KEY" > ./fastlane/play-store-credentials.json
|
||||
|
||||
- name: Setup Fastlane
|
||||
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
|
||||
uses: ruby/setup-ruby@e8944e80fb94b20106697132f8c20c665fab29e9 # v1.325.0
|
||||
with:
|
||||
ruby-version: '4.0.7'
|
||||
bundler-cache: true
|
||||
@@ -239,7 +239,7 @@ jobs:
|
||||
echo "$KEYSTORE_PROPERTIES" > ./keystore.properties
|
||||
|
||||
- name: Setup Fastlane
|
||||
uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1.324.0
|
||||
uses: ruby/setup-ruby@e8944e80fb94b20106697132f8c20c665fab29e9 # v1.325.0
|
||||
with:
|
||||
ruby-version: '4.0.7'
|
||||
bundler-cache: true
|
||||
|
||||
Reference in new issue
Block a user