瀏覽代碼

Merge pull request #1276 from ChristianLempa/renovate/actions-checkout-5.x

chore(deps): update actions/checkout action to v5
Christian Lempa 4 月之前
父節點
當前提交
5a5757dc61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/release.yaml

+ 1 - 1
.github/workflows/release.yaml

@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           fetch-depth: 0