Skip to content

Commit 68dbd25

Browse files
authored
fix(ci): Fix AWS Lambda workflow (#2710)
1 parent e9d7b73 commit 68dbd25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integrations-aws-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: permissions check
3131
runs-on: ubuntu-20.04
3232
steps:
33-
- uses: actions/checkout@4.1.1
33+
- uses: actions/checkout@v4.1.1
3434
with:
3535
persist-credentials: false
3636
- name: Check permissions on PR

scripts/split-tox-gh-actions/templates/check_permissions.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: permissions check
33
runs-on: ubuntu-20.04
44
steps:
5-
- uses: actions/checkout@4.1.1
5+
- uses: actions/checkout@v4.1.1
66
with:
77
persist-credentials: false
88

0 commit comments

Comments
 (0)