Skip to content

Commit

Permalink
Update deprecated actions/commans in build-debug-apk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
karlenDimla committed Oct 19, 2022
1 parent 185a228 commit bb6a633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-debug-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
build_debug_apk:
name: Build debug apk
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class NgVpnNetworkStack @Inject constructor(
// cache packageId -> app name
private val appNamesCache = LruCache<String, AppNameResolver.OriginatingApp>(100)
private val periodicCachePersisterJob = ConflatedJob()

override val name: String = "ng"

override fun onCreateVpn(): Result<Unit> {
Expand Down

0 comments on commit bb6a633

Please sign in to comment.