Skip to content

Commit 10f4b75

Browse files
committed
v4
1 parent a9c5bf6 commit 10f4b75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mvn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
os: [ubuntu-24.04, windows-2022, macos-15]
4343
java: [11, 21]
4444
steps:
45-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
45+
- uses: actions/checkout@v4
4646
- uses: actions/setup-java@v4
4747
with:
4848
distribution: 'temurin'

.github/workflows/xcop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
xcop:
3939
runs-on: ubuntu-24.04
4040
steps:
41-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
41+
- uses: actions/checkout@v4
4242
- uses: g4s8/xcop-action@master

0 commit comments

Comments
 (0)