Skip to content

Commit 3b6250c

Browse files
authored
Merge branch 'main' into patch-1
2 parents cd34a3a + 03147e8 commit 3b6250c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020

21-
- name: Set Node.js 16.x
22-
uses: actions/setup-node@v3.4.1
21+
- name: Set Node.js 20.x
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 16.x
24+
node-version: 20.x
2525

2626
- name: Install dependencies
2727
run: npm install

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ inputs:
3030
description: "path name"
3131

3232
runs:
33-
using: "node16"
33+
using: "node20"
3434
main: "dist/index.js"
3535

3636
branding:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-copilot-github-action",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"private": true,
55
"description": "AWS Copilot Github Action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)