Răsfoiți Sursa

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

renovate[bot] 10 luni în urmă
părinte
comite
1877aa2779
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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')