Skip to content

Commit ee50c07

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/parser-5.62.0
2 parents 4709147 + 30236d2 commit ee50c07

File tree

5 files changed

+25
-24
lines changed

5 files changed

+25
-24
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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repo contains the github actions for installing [AWS Copilot cli](https://g
1616
with:
1717
role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test
1818
aws-region: us-east-1
19-
- uses: ksivamuthu/[email protected].1
19+
- uses: ksivamuthu/[email protected].8
2020
with:
2121
command: install
2222
- run: |
@@ -35,7 +35,7 @@ This repo contains the github actions for installing [AWS Copilot cli](https://g
3535
with:
3636
role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test
3737
aws-region: us-east-1
38-
- uses: ksivamuthu/[email protected].1
38+
- uses: ksivamuthu/[email protected].8
3939
with:
4040
command: deploy
4141
app: your-awesome-app
@@ -53,7 +53,7 @@ In the with attribute, the name value can be used to define the name of the job
5353
```
5454
deploy:
5555
steps:
56-
- uses: ksivamuthu/[email protected].6
56+
- uses: ksivamuthu/[email protected].8
5757
with:
5858
command: deploy
5959
app: your-awesome-app
@@ -68,10 +68,10 @@ In the with attribute, the tag value can be used to define the tag image name
6868
```
6969
deploy:
7070
steps:
71-
- uses: ksivamuthu/[email protected].6
71+
- uses: ksivamuthu/[email protected].8
7272
with:
7373
command: deploy
7474
app: your-awesome-app
7575
env: prod
7676
tag: image-name
77-
```
77+
```

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: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -42,7 +42,7 @@
4242
"@vercel/ncc": "^0.33.4",
4343
"eslint": "^8.13.0",
4444
"eslint-plugin-github": "^4.3.6",
45-
"eslint-plugin-jest": "^26.1.5",
45+
"eslint-plugin-jest": "^27.6.3",
4646
"jest": "^27.5.1",
4747
"js-yaml": "^4.1.0",
4848
"prettier": "2.6.2",

0 commit comments

Comments
 (0)