Chore: Update lfit/checkout-gerrit-change-action 54/72654/3 v0.16.1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 16 Feb 2024 23:33:34 +0000 (09:33 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 16 Feb 2024 23:39:54 +0000 (09:39 +1000)
Update to latest v0.8
Update pre-commit deps to the latest

Change-Id: I7a07de690a17218157d1f65898e4cf296b0428a4
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml
.pre-commit-config.yaml

index 607a819..cd2391f 100644 (file)
@@ -68,7 +68,7 @@ jobs:
     needs: prepare
     runs-on: ubuntu-latest
     steps:
-      - uses: lfit/checkout-gerrit-change-action@v0.4
+      - uses: lfit/checkout-gerrit-change-action@c13459ecc471d404139ab04aaaec4dd77002f533 # v0.8
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"
@@ -84,7 +84,7 @@ jobs:
     steps:
       - name: Gerrit Checkout
         # yamllint disable-line rule:line-length
-        uses: lfit/checkout-gerrit-change-action@70360ca2f8bee3e6a15224d8a03f8e017b1ac91f # v0.4
+        uses: lfit/checkout-gerrit-change-action@c13459ecc471d404139ab04aaaec4dd77002f533 # v0.8
         with:
           gerrit-refspec: ${{ inputs.GERRIT_REFSPEC }}
           delay: "0s"
index 62a2df5..9c175d0 100644 (file)
@@ -1,7 +1,7 @@
 ---
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.4.0
+    rev: v4.5.0
     hooks:
       - id: trailing-whitespace
       - id: no-commit-to-branch
@@ -10,7 +10,7 @@ repos:
           - --branch=main
 
   - repo: https://github.com/pre-commit/mirrors-prettier
-    rev: v3.0.0-alpha.6
+    rev: v4.0.0-alpha.8
     hooks:
       - id: prettier
         stages: [commit]