Skip to content

Commit 19263a5

Browse files
authored
Merge pull request #4694 from hansva/main
update github action cache, fixes #4693 & remove some GitHub Discussions mails #4695
2 parents 2a0fc29 + 54dce37 commit 19263a5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.asf.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,10 @@ github:
6363
close_issue: "Re: [I] {title} ({repository})"
6464
catchall: "[GH] {title} ({repository})"
6565
new_discussion: "[D] {title} ({repository})"
66-
edit_discussion: "Re: [D] {title} ({repository})"
6766
close_discussion: "Re: [D] {title} ({repository})"
6867
close_discussion_with_comment: "Re: [D] {title} ({repository})"
6968
reopen_discussion: "Re: [D] {title} ({repository})"
7069
new_comment_discussion: "Re: [D] {title} ({repository})"
71-
edit_comment_discussion: "Re: [D] {title} ({repository})"
72-
delete_comment_discussion: "Re: [D] {title} ({repository})"
7370

7471
#remove ~ when enabling the protection
7572
protected_branches: ~

.github/workflows/pr_build_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
java-version: 17
4141
- name: Cache Maven packages
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/.m2/repository
4545
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)