Browse Source

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

renovate[bot] 6 tháng trước cách đây
mục cha
commit
1877aa2779
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/lint.yaml

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

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