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-05-16 14:06:51 +0300
committerGitHub <noreply@github.com>2023-05-16 14:06:51 +0300
commitd0213ce50b453933e635cf6df32aecf3f16d6fdc (patch)
treea6fb6071c800e9a277fac4813c5cb85601250315
parent1dc5452f1ded39f3bf1131a0eb6a3fef0d3da7a3 (diff)
parent622e440366188f8edc37d1cc0bd08e0d818bd91f (diff)
Merge pull request #452 from MHSanaei/dependabot/github_actions/actions/setup-go-4.0.1
Bump actions/setup-go from 4.0.0 to 4.0.1
-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 39bd9aaa..7b28f46b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.2
- name: Set up Go
- uses: actions/setup-go@v4.0.0
+ uses: actions/setup-go@v4.0.1
with:
go-version: "stable"
- name: build linux amd64 version
@@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v3.5.2
- name: Set up Go
- uses: actions/setup-go@v4.0.0
+ uses: actions/setup-go@v4.0.1
with:
go-version: "stable"
- name: build linux arm64 version