From 8807c510f57857b368b4650a0484e50d0e73b283 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 1 Feb 2024 14:30:31 -0500 Subject: [PATCH] bump version --- .github/workflows/test-secret-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-secret-scan.yml b/.github/workflows/test-secret-scan.yml index fe420df..dff35b8 100644 --- a/.github/workflows/test-secret-scan.yml +++ b/.github/workflows/test-secret-scan.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout test data - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: trufflesecurity/test_keys path: test_keys