We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ec7280 + f8ef1f2 commit f7b31c4Copy full SHA for f7b31c4
.github/workflows/deploy-to-nexus.yml
@@ -8,7 +8,7 @@ jobs:
8
deployToNexus:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
with:
13
fetch-depth: 0
14
- uses: actions/setup-java@v4
gradle/libs.versions.toml
@@ -22,7 +22,7 @@ publishPlugin = "1.3.1"
22
leakcanary = "2.14"
23
24
nordic-log = "2.5.0"
25
-nordic-blek = "2.0.0-alpha06"
+nordic-blek = "2.0.0-alpha07"
26
nordicPlugins = "2.9"
27
dokkaPlugin = "2.0.0"
28
googleServicesPlugins = "4.4.3"
0 commit comments