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-04-13 13:04:59 +0300
committerGitHub <noreply@github.com>2023-04-13 13:04:59 +0300
commit54bf24f662da8d005fb09f7203b6bc8edb97b7a7 (patch)
tree183fd330a2b726bc17515d0fc997492d4bdfde51 /.github
parentb4727cc5f8aa8507f111454038d3b76087980610 (diff)
Bump actions/checkout from 3.5.0 to 3.5.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1. - [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.5.0...v3.5.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-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 8c2d1bdb..5938007f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
name: build x-ui amd64 version
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
- name: Set up Go
uses: actions/setup-go@v4.0.0
with:
@@ -50,7 +50,7 @@ jobs:
name: build x-ui arm64 version
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3.5.0
+ - uses: actions/checkout@v3.5.1
- name: Set up Go
uses: actions/setup-go@v4.0.0
with: