Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smartlyio/create-deployment-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9e5093dbfab67dd10cf8d9150f538955345b6a83
Choose a base ref
..
head repository: smartlyio/create-deployment-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4c33f8472cbcb9c0e1dd35e1b904c86636214cac
Choose a head ref
Showing with 81 additions and 69 deletions.
  1. +5 −5 .github/workflows/pull_request.generated.yml
  2. +5 −5 .github/workflows/release.generated.yml
  3. +66 −54 package-lock.json
  4. +5 −5 package.json
10 changes: 5 additions & 5 deletions .github/workflows/pull_request.generated.yml
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: "Install"
@@ -42,9 +42,9 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: "Build action for test"
@@ -64,7 +64,7 @@ jobs:
name: "Build and release action"
needs: [build, test]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
persist-credentials: true
10 changes: 5 additions & 5 deletions .github/workflows/release.generated.yml
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: "Install"
@@ -42,9 +42,9 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: "Build action for test"
@@ -64,7 +64,7 @@ jobs:
name: "Build and release action"
needs: [build, test]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
persist-credentials: true
120 changes: 66 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -31,18 +31,18 @@
},
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "16.18.43",
"@types/node": "16.18.59",
"@typescript-eslint/parser": "5.62.0",
"@vercel/ncc": "0.34.0",
"eslint": "8.47.0",
"eslint": "8.52.0",
"eslint-plugin-github": "4.9.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest": "27.4.3",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"js-yaml": "4.1.0",
"nock": "13.3.3",
"nock": "13.3.6",
"prettier": "2.8.8",
"ts-jest": "27.1.5",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}