Skip to content

Commit e08c39e

Browse files
committed
Update checkout action
1 parent 990cdbb commit e08c39e

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
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
target: [x86_64, aarch64]
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v4
2424
with:
2525
python-version: "3.10"

0 commit comments

Comments
 (0)