Skip to content

Commit

Permalink
fix(ci): Fix AWS Lambda workflow (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Feb 6, 2024
1 parent e9d7b73 commit 68dbd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations-aws-lambda.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
name: permissions check
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@4.1.1
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false
- name: Check permissions on PR
Expand Down
Expand Up @@ -2,7 +2,7 @@
name: permissions check
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@4.1.1
- uses: actions/checkout@v4.1.1
with:
persist-credentials: false

Expand Down

0 comments on commit 68dbd25

Please sign in to comment.