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:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-04-17 16:16:36 +0300
committerGitHub <noreply@github.com>2023-04-17 16:16:36 +0300
commitec4755952a95cfc0a8bd1bbc991ac71e1d4346d4 (patch)
treea53356663c6ec292be464180d8b0ba1c29bb1e2b
parent4fb060d25e2d95803a964699c2def140c4a3fb95 (diff)
parentd8fb83b1f2582c7410b31d2d5813c9639d824ad4 (diff)
Merge pull request #265 from MHSanaei/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.1 to 3.5.2
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5938007f..083180ff 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
name: build x-ui amd64 version
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3.5.1
+ - uses: actions/checkout@v3.5.2
- name: Set up Go
uses: actions/setup-go@v4.0.0
with:
@@ -50,7 +50,7 @@ jobs:
name: build x-ui arm64 version
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3.5.1
+ - uses: actions/checkout@v3.5.2
- name: Set up Go
uses: actions/setup-go@v4.0.0
with: