We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afb9aa commit e77d389Copy full SHA for e77d389
2 files changed
.github/workflows/build_only.yml
@@ -14,9 +14,9 @@ jobs:
14
name: Build (Unit-tests)
15
runs-on: macos-latest
16
steps:
17
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
18
- name: Cache gradle
19
- uses: actions/cache@v1
+ uses: actions/cache@v4
20
with:
21
path: ~/.gradle/caches
22
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
.github/workflows/build_publish.yml
@@ -10,9 +10,9 @@ jobs:
10
name: Build -> Unit-test -> Publish
11
12
13
0 commit comments