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.
1 parent 2db0d52 commit a386bebCopy full SHA for a386beb
.github/workflows/codeql.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
with:
24
fetch-depth: 0
25
.github/workflows/dokka.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: actions/setup-java@v4
18
distribution: 'corretto'
.github/workflows/pr-build.yml
@@ -4,7 +4,7 @@ jobs:
4
gradle:
5
6
7
8
9
10
0 commit comments