diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-24 16:02:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-24 16:02:29 +0300 |
| commit | 466ad1605b3a7b50ddcf295a06fd6b2eba30f607 (patch) | |
| tree | f753a570bcd688e906d963c1744b0be4302c9ed7 | |
| parent | c49a9e877cb8481a98564b45f3462f8f73189f6e (diff) | |
| parent | a068c350ee36984ebe422fb9be2f22eb0cb29b0b (diff) | |
Merge pull request #72 from MHSanaei/dependabot/github_actions/actions/checkout-3.5.0
Bump actions/checkout from 3.4.0 to 3.5.0
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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: |
