From: Serge Hallyn Date: Fri, 13 Jan 2023 00:39:18 +0000 (-0600) Subject: workflow: update checkout acton v2 to v3 X-Git-Tag: 4.14.0-rc1~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ecca84d4f26ae61d20bff57b27c09681538205;p=thirdparty%2Fshadow.git workflow: update checkout acton v2 to v3 Signed-off-by: Serge Hallyn --- diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 1c3a65b5a..10dab8ced 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -14,7 +14,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies id: dependencies