Skip to content

Commit

Permalink
Try setting checkout action to v3 to resolve dubious ownership error
Browse files Browse the repository at this point in the history
See these issues for more info:

* actions/checkout#1048
* actions/runner-images#6775
  • Loading branch information
sejjiin committed Feb 4, 2023
1 parent c935a53 commit e41e5f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Expand Up @@ -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:
Expand Down

0 comments on commit e41e5f6

Please sign in to comment.