Skip to content

Commit 6713b44

Browse files
committed
Fix native GitHub action
1 parent cc38f6c commit 6713b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Build Linux
2727
if: matrix.os == 'ubuntu-20.04'
2828
run: |

0 commit comments

Comments
 (0)