From c11370b710db4386940a6fddae4bd2be9c00c058 Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:35:26 -0400 Subject: [PATCH] chore: update `actions/checkout` to v4 --- .github/workflows/performance-testing-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance-testing-main.yml b/.github/workflows/performance-testing-main.yml index a5c948ef..7edbf50e 100644 --- a/.github/workflows/performance-testing-main.yml +++ b/.github/workflows/performance-testing-main.yml @@ -41,7 +41,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Read test details id: set-matrix