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-16 10:51:35 +0300
committerGitHub <noreply@github.com>2023-03-16 10:51:35 +0300
commita3e562896178fadc3df5a921669e75824180ccf8 (patch)
treea70c8650184846a7a97418a583a4772798c2662e /.github/workflows
parent74ff17eeed19fb64ed7ec7c50904fedc29d2c838 (diff)
parentb1dca4dc24dbd3585820ff470b1ab6956dbc1116 (diff)
Merge pull request #24 from MHSanaei/dependabot/github_actions/actions/checkout-3.4.0
Bump actions/checkout from 3.3.0 to 3.4.0
Diffstat (limited to '.github/workflows')
-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 01e8629f..5d765a7f 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.3.0
+ - uses: actions/checkout@v3.4.0
- name: Set up Go
uses: actions/setup-go@v4.0.0
with: