Skip to content

Commit

Permalink
build(deps): bump nodemailer from 6.7.3 to 6.9.1 (#63)
Browse files Browse the repository at this point in the history
* build(deps): bump nodemailer from 6.7.3 to 6.9.1

Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.7.3 to 6.9.1.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.7.3...v6.9.1)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update action.yml

Solving: nodejs-build (17.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

* upgrade actions

* fix upgrade actions

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jaime Silva González <64492375+JaSiLez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JaSiLez authored Sep 19, 2023
1 parent 866ee11 commit bd731fc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action-analyser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
name: AppInspector Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.0.2
# with:
# dotnet-version: '5.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/action-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
html_body: file://README.md
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Send mail
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ inputs:
description: Set Priority level for the mail message to 'high', 'normal' (default) or 'low'
required: false
runs:
using: node12
using: node16
main: main.js
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/glob": "^0.4.0",
"nodemailer": "^6.7.3",
"nodemailer": "^6.9.1",
"showdown": "^2.0.2",
"dotenv": "^16.0.3"
}
Expand Down

0 comments on commit bd731fc

Please sign in to comment.