We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5bab0 commit cae60baCopy full SHA for cae60ba
.github/workflows/lambda-deploy.yaml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
44
45
- name: Setup Node.js
46
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
47
with:
48
node-version: '22'
49
.github/workflows/package-lambdas.yaml
@@ -26,7 +26,7 @@ jobs:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
28
29
30
31
32
0 commit comments