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-07-12 10:39:14 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-07-14 20:49:06 +0300
commit6beb19b9455593f32084e094a096168f83dcef6c (patch)
tree7da1373525d93d72df6ba49f90f1e48da5357efd /.github/workflows/release.yml
parent6b84d3970067c2e966ef81ccc7a1986e5bef8673 (diff)
update dependencies
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 cd3a90b6..7d9c288f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
- uses: actions/checkout@v3.5.2
+ uses: actions/checkout@v3.5.3
- name: Setup Go
uses: actions/setup-go@v4.0.1