From c431e7cc61df7855c6d7576f00e48a8172a93e3c Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:44:08 +0100 Subject: [PATCH] Update profiling.yaml --- .github/workflows/profiling.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/profiling.yaml b/.github/workflows/profiling.yaml index 2c14e4a93..0ae7dfb0d 100644 --- a/.github/workflows/profiling.yaml +++ b/.github/workflows/profiling.yaml @@ -9,7 +9,7 @@ jobs: steps: # Checkout the code from the repository with full history - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history so we can checkout any commit