ソースを参照

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] <[email protected]>
dependabot[bot] 1 年間 前
コミット
54bf24f662
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/release.yml

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

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