We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cb812b + 550c9e9 commit 788738eCopy full SHA for 788738e
.github/workflows/firebase-hosting-merge.yml
@@ -10,7 +10,7 @@ jobs:
10
build_and_deploy:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- run: './gradlew :web:jsBrowserDistribution'
15
env:
16
TZ: 'Asia/Tokyo'
.github/workflows/test-pr.yml
@@ -30,7 +30,7 @@ jobs:
30
31
GRADLE_OPTS: -Dorg.gradle.daemon=false
32
33
34
- uses: actions/setup-java@v4
35
with:
36
distribution: zulu
@@ -44,7 +44,7 @@ jobs:
44
name: Test / Wasm
45
46
47
48
49
50
0 commit comments