Skip to content

Commit c4b6782

Browse files
committed
updated action/checkout to v4
1 parent 6d916ef commit c4b6782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: actions/checkout@v3
6+
- uses: actions/checkout@v4
77
- name: Build packages for linux/arm64 platform
88
run: |
99

0 commit comments

Comments
 (0)