From e41e5f65040f5afbf3b92f8363bce9ae0647f902 Mon Sep 17 00:00:00 2001 From: sejjiin Date: Sat, 4 Feb 2023 18:14:33 +0000 Subject: [PATCH] Try setting checkout action to v3 to resolve dubious ownership error See these issues for more info: * actions/checkout#1048 * actions/runner-images#6775 --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f9bb4d5..ef4e336 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,9 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - with: - set-safe-directory: '*' + - uses: actions/checkout@v3 - name: Deploy code to Lambda uses: denzalman/lambda-python-action@v1.1.0 with: