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-24 13:05:30 +0300
committerGitHub <noreply@github.com>2023-03-24 13:05:30 +0300
commita068c350ee36984ebe422fb9be2f22eb0cb29b0b (patch)
treef753a570bcd688e906d963c1744b0be4302c9ed7
parentc49a9e877cb8481a98564b45f3462f8f73189f6e (diff)
Bump actions/checkout from 3.4.0 to 3.5.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.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.4.0...v3.5.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>
-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: