Skip to content

Commit f2533ed

Browse files
authored
chore: Merge branch dev to main
chore: Merge branch `dev` to `main`
2 parents 50aa445 + 76f1cc1 commit f2533ed

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
java-version: "17"
2424

2525
- name: Cache Gradle
26-
uses: burrunan/gradle-cache-action@v1
26+
uses: burrunan/gradle-cache-action@v2
2727

2828
- name: Build
2929
env:

package-lock.json

Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"@semantic-release/changelog": "^6.0.3",
55
"@semantic-release/git": "^10.0.1",
66
"gradle-semantic-release-plugin": "^1.10.1",
7-
"semantic-release": "^24.2.0"
7+
"semantic-release": "^24.2.3"
88
}
99
}

0 commit comments

Comments
 (0)