diff --git a/.github/workflows/deploy-android.yaml b/.github/workflows/deploy-android.yaml index 7e480f4e..716af251 100644 --- a/.github/workflows/deploy-android.yaml +++ b/.github/workflows/deploy-android.yaml @@ -41,7 +41,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/android @@ -75,7 +75,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact aab - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/build/app/outputs/bundle/release/app-release.aab name: release-aab @@ -106,7 +106,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/android diff --git a/.github/workflows/deploy-ios.yaml b/.github/workflows/deploy-ios.yaml index 82c44ba4..0e85db50 100644 --- a/.github/workflows/deploy-ios.yaml +++ b/.github/workflows/deploy-ios.yaml @@ -57,7 +57,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/ios @@ -111,7 +111,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact ipa - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/ios/Runner.ipa name: release-ios diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml index 7c4a3750..9ebe4561 100644 --- a/.github/workflows/tag-release.yaml +++ b/.github/workflows/tag-release.yaml @@ -42,7 +42,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/android @@ -67,7 +67,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact aab - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/build/app/outputs/bundle/release/app-release.aab name: release-aab @@ -155,7 +155,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/ios @@ -209,7 +209,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact ipa - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/ios/Runner.ipa name: release-ios