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 34a25d0 + c34d30d commit 434c4a5Copy full SHA for 434c4a5
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
38
steps:
39
- uses: actions/checkout@v4
40
- - uses: gradle/wrapper-validation-action@v1
+ - uses: gradle/wrapper-validation-action@v2
41
42
- name: create and checkout branch
43
# push events already checked out the branch
@@ -123,7 +123,7 @@ jobs:
123
cache: 'gradle'
124
125
- name: Cache SonarCloud packages
126
- uses: actions/cache@v3
+ uses: actions/cache@v4
127
with:
128
path: ~/.sonar/cache
129
key: ${{ runner.os }}-sonar
0 commit comments