From 2ec8b9f617b48c888d0653fb5925820e0de9c674 Mon Sep 17 00:00:00 2001 From: Zachary Rice Date: Fri, 31 May 2024 10:27:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a5582..07fe746 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ jobs: name: gitleaks runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: gitleaks/gitleaks-action@v2