From 6fa63f41d89096946dbf2c755761097c6eedb739 Mon Sep 17 00:00:00 2001 From: SADIK KUZU Date: Wed, 22 Mar 2023 18:18:07 +0300 Subject: [PATCH] Update pre-commit address and rev tag in README (#1125) * Update pre-commit address and rev tag in README * Upgrade actions/checkout@v2 to v3 --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23043bf67..9f1851a63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Go uses: actions/setup-go@v2 diff --git a/README.md b/README.md index 1d1b83564..a009e7dba 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ jobs: ``` repos: - - repo: https://github.com/zricethezav/gitleaks - rev: v8.16.0 + - repo: https://github.com/gitleaks/gitleaks + rev: v8.16.1 hooks: - id: gitleaks ```