Browse Source

Merge pull request #265 from MHSanaei/dependabot/github_actions/actions/checkout-3.5.2

Bump actions/checkout from 3.5.1 to 3.5.2
Ho3ein 1 year ago
parent
commit
ec4755952a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -10,7 +10,7 @@ jobs:
     name: build x-ui amd64 version
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/[email protected].1
+      - uses: actions/[email protected].2
       - name: Set up Go
         uses: actions/[email protected]
         with:
@@ -50,7 +50,7 @@ jobs:
     name: build x-ui arm64 version
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/[email protected].1
+      - uses: actions/[email protected].2
       - name: Set up Go
         uses: actions/[email protected]
         with: