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-09-25 21:07:48 +0300
committerGitHub <noreply@github.com>2023-09-25 21:07:48 +0300
commit02c3bb90e98141bed4a8d29201872ac5e04fd778 (patch)
tree7b4460cd034e8f87d3487bdb50fbcd54f3744a5a /.github
parent77470ad8f29119c2a9f27d36ec4f37daf720cb11 (diff)
Bump actions/checkout from 4.0.0 to 4.1.0 (#1083)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.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/v4.0.0...v4.1.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 730538ca..8a73c6a6 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -11,7 +11,7 @@ jobs:
steps:
- name: Check out the code
- uses: actions/checkout@v4.0.0
+ uses: actions/checkout@v4.1.0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 17a391da..a86cfa81 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@v4.0.0
+ uses: actions/checkout@v4.1.0
- name: Setup Go
uses: actions/setup-go@v4.1.0