Skip to content
This repository was archived by the owner on May 19, 2024. It is now read-only.

Commit 2c24fe3

Browse files
Update actions/checkout action to v4
1 parent c3af0c2 commit 2c24fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Install build essentials
1919
run: microdnf install git tar findutils -y
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2121
with:
2222
fetch-depth: 1
2323
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)