Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/types/node-22.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
walteck authored Nov 27, 2024
2 parents e3137a4 + 82bdd9e commit 4e53bda
Show file tree
Hide file tree
Showing 6 changed files with 112 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-1-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Semantic Release"
uses: cycjimmy/[email protected].0
uses: cycjimmy/[email protected].1
id: semantic
with:
dry_run: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd-2-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Semantic Release"
uses: cycjimmy/[email protected].0
uses: cycjimmy/[email protected].1
id: semantic
with:
dry_run: ${{github.event_name == 'pull_request'}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Setup Node.js"
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ inputs.nodejs_version }}
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage-3-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Setup Node.js"
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ inputs.nodejs_version }}
- name: "Install dependencies"
Expand All @@ -51,7 +51,7 @@ jobs:
run: |
make build
- name: "Upload artefact"
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.4.3
with:
name: notify-msteams-action-dist.zip
path: dist/
147 changes: 104 additions & 43 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "walteck",
"license": "MIT",
"dependencies": {
"axios": "^1.7.4",
"axios": "^1.7.7",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"html-entities": "^2.5.2"
Expand All @@ -42,7 +42,7 @@
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.0",
"typescript": "^5.2.2"
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
}
}

0 comments on commit 4e53bda

Please sign in to comment.