From c4b678246bcb75aef3eddbad346030e73499bfc0 Mon Sep 17 00:00:00 2001 From: Rongxin Liu Date: Tue, 5 Mar 2024 00:30:32 +0700 Subject: [PATCH] updated action/checkout to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de3aeaf..b39b6a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build packages for linux/arm64 platform run: |