From 9179f1a19d439898049a05ee17c7686ce5e21cf1 Mon Sep 17 00:00:00 2001 From: Skh-web6982 Date: Mon, 29 Dec 2025 18:14:46 +0330 Subject: [PATCH 1/3] Update dependencies --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 126d510e..9512e59d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@V6.0.1 - name: Setup Golang - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v6.1.0 with: go-version-file: 'go.mod' @@ -51,11 +51,11 @@ jobs: cp -v data/*.dat assets/ gomobile init go mod tidy - gomobile bind -v -androidapi 21 -trimpath -ldflags='-s -w -buildid=' ./ + gomobile bind -v -androidapi 24 -trimpath -ldflags='-s -w -buildid=' ./ - name: Upload build artifacts if: github.event.inputs.release_tag == '' - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v6.0.0 with: name: libv2ray path: | From 7976adaffe3dcb9ec3b9ece49b5bfa9109d69f2f Mon Sep 17 00:00:00 2001 From: Skh-web6982 Date: Mon, 29 Dec 2025 18:34:57 +0330 Subject: [PATCH 2/3] Update main.yml --- .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 9512e59d..c0b5b4e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@V6.0.1 + uses: actions/checkout@V6 - name: Setup Golang uses: actions/setup-go@v6.1.0 From 94c27bc17cb9abc9306203a58da3f76f01350a8e Mon Sep 17 00:00:00 2001 From: Skh-web6982 Date: Mon, 29 Dec 2025 18:36:12 +0330 Subject: [PATCH 3/3] Update main.yml --- .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 c0b5b4e0..038e4bc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@V6 + uses: actions/checkout@v6.0.0 - name: Setup Golang uses: actions/setup-go@v6.1.0