We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10aaf71 commit b8a0238Copy full SHA for b8a0238
.github/workflows/publish_layer.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: checkout
28
uses: actions/checkout@v2
29
- name: Setup Node.js
30
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
31
with:
32
node-version: '16.12'
33
- name: Setup python
.github/workflows/reusable_deploy_layer_stack.yml
@@ -59,7 +59,7 @@ jobs:
59
aws-region: ${{ matrix.region }}
60
role-to-assume: ${{ secrets.target-account-role }}
61
62
63
64
65
0 commit comments