Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-14 19:41:53 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-14 19:41:53 +0300
commit978755960fccaa4b26d4f2ab225d10092c031e16 (patch)
tree01fdb6386c2950d1da3afaf3e49f372a56fe0fae /.github/workflows/release.yml
parent9b51e9a5c5c087139454fca56ae5f375f40a017c (diff)
actions/checkout from 4 to 5
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 358e9029..c43f6b4b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5