Skip to content

Commit 006931a

Browse files
dependabot[bot]heitorlessa
authored andcommitted
chore(deps): bump actions/setup-node from 2 to 3 (#1281)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db4c76e commit 006931a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_layer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: checkout
2828
uses: actions/checkout@v2
2929
- name: Setup Node.js
30-
uses: actions/setup-node@v2
30+
uses: actions/setup-node@v3
3131
with:
3232
node-version: '16.12'
3333
- name: Setup python

.github/workflows/reusable_deploy_layer_stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
aws-region: ${{ matrix.region }}
6060
role-to-assume: ${{ secrets.target-account-role }}
6161
- name: Setup Node.js
62-
uses: actions/setup-node@v2
62+
uses: actions/setup-node@v3
6363
with:
6464
node-version: '16.12'
6565
- name: Setup python

0 commit comments

Comments
 (0)