Преглед изворни кода

ci: 更新 GitHub Actions 中的 actions/checkout 版本到 v4

更新 GitHub Actions 配置文件中的 actions/checkout 版本,以使用最新的稳定版本 v4,确保工作流的兼容性和安全性
feige996 пре 11 месеци
родитељ
комит
c004ec6bfe
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/auto-merge.yml

+ 1 - 1
.github/workflows/auto-merge.yml

@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0
           token: ${{ secrets.GH_TOKEN_AUTO_MERGE }}