Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/actions/folio-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: composite
steps:
- name: Set up the JDKs
uses: actions/setup-java@v5
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: temurin
# The metro gradle plugin folio builds with needs a 21 runtime; the
Expand All @@ -28,7 +28,7 @@ runs:

- name: Cache Gradle
if: inputs.platform != 'ios'
uses: actions/cache@v6
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.gradle/caches
Expand All @@ -50,7 +50,7 @@ runs:
# land before `make sanderling-ios`, which is what consumes them.
- name: Cache the companion and runner bundles
if: inputs.platform == 'ios'
uses: actions/cache@v6
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
internal/driver/ioscompanion/companionassets/assets
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/headless-chrome/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
# the action cannot move the browser these jobs drive. The alternative it
# offers is Chrome for Testing latest, which tracks ahead of the channel
# users run.
- uses: browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
- uses: browser-actions/setup-chrome@48ad923757ca74d66703209fe939badbdf80f2f4 # v2.2.0
with:
chrome-version: stable

Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/folio-run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ expect_argv "--seed" argv-ios
expect_argv "7" argv-ios
expect_argv "240" argv-ios
expect_argv "20m" argv-ios
expect_argv "iPhone 16 Pro" argv-ios
expect_argv "iPhone 17 Pro" argv-ios

run argv-android android 2 <<TRACE
$on_txn
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/folio-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ case "$platform" in
# away from the `simctl uninstall` + `install` path that races FrontBoard
# ("app.folio is unknown to FrontBoard"), which needs an app path to reach.
folio_args+=(--platform ios
--ios-device "${IOS_DEVICE:-iPhone 16 Pro}")
--ios-device "${IOS_DEVICE:-iPhone 17 Pro}")
;;
web)
dist="examples/folio/app/webApp/build/dist/wasmJs/developmentExecutable"
Expand Down
Loading
Loading