From 0a85818a78ee633e09de660ce8ec051279b622fd Mon Sep 17 00:00:00 2001 From: Mohammed Hussain <56958445+hussainmohd-a@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:18:48 +0530 Subject: [PATCH] gh-action: revert v2 back to v3 --- .github/workflows/sa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sa.yml b/.github/workflows/sa.yml index 9ca21d349..c612eb021 100644 --- a/.github/workflows/sa.yml +++ b/.github/workflows/sa.yml @@ -10,7 +10,7 @@ jobs: steps: - name: "checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: "run" uses: natiginfo/action-detekt-all@1.23.6