Skip to content

Commit b9bb7c8

Browse files
committed
Upgrade GitHub Actions to Node.js 16
1 parent 5563a20 commit b9bb7c8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-debug-apk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-java@v1
17+
- uses: actions/checkout@v3
18+
- uses: actions/setup-java@v3
1919
with:
2020
java-version: 11
2121
- run: ./gradlew clean && ./gradlew assembleDebug
22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v3
2323
with:
2424
name: app-debug.apk
2525
path: app/build/outputs/apk/debug/app-debug.apk

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Fixed missing monochrome icon (for Android 13 themed icons)
77
- Changed to non-breaking space in height multiplier display
88
- Moved package from Android manifest to build files
9+
- Upgraded GitHub Actions to Node.js 16
910

1011

1112
## [v1.2.0] (53) Keyboard height adjustment (2023-04-15)

0 commit comments

Comments
 (0)