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>2023-03-24 16:02:29 +0300
committerGitHub <noreply@github.com>2023-03-24 16:02:29 +0300
commit466ad1605b3a7b50ddcf295a06fd6b2eba30f607 (patch)
treef753a570bcd688e906d963c1744b0be4302c9ed7
parentc49a9e877cb8481a98564b45f3462f8f73189f6e (diff)
parenta068c350ee36984ebe422fb9be2f22eb0cb29b0b (diff)
Merge pull request #72 from MHSanaei/dependabot/github_actions/actions/checkout-3.5.0
Bump actions/checkout from 3.4.0 to 3.5.0
-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 5d765a7f..7fae989a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
name: build x-ui amd64 version
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
- name: Set up Go
uses: actions/setup-go@v4.0.0
with: