Skip to content

Commit 508c01b

Browse files
committed
Use checkout v4 and actions/checkout@v3 branch
1 parent 8199f72 commit 508c01b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
27+
ref: kcc-UID2-2558-enable-branch-protection
2728

2829
- name: Set up JDK 17
2930
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)