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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-16 10:50:54 +0300
committerGitHub <noreply@github.com>2023-03-16 10:50:54 +0300
commitb1dca4dc24dbd3585820ff470b1ab6956dbc1116 (patch)
tree42b6a8943f149ed8f792575af998c77eaba22f74 /.github
parent20b30958cbf238686c9c05afca3f8571f7e6d956 (diff)
Bump actions/checkout from 3.3.0 to 3.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-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 ebbaaeda..4160e536 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@v3.5.0
with: