浏览代码

chore(deps): update actions/checkout action to v5

renovate[bot] 10 月之前
父节点
当前提交
1877aa2779
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/lint.yaml

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

@@ -15,5 +15,5 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - run: yamllint --strict -- $(git ls-files '*.yaml' '*.yml')
       - run: yamllint --strict -- $(git ls-files '*.yaml' '*.yml')