Skip to content

Commit 88f17ae

Browse files
authored
Merge pull request #15 from UlisesGascon/chore/prepare-v1.4.0
chore: bump to 1.4.0
2 parents 44c95de + 3fcc0c0 commit 88f17ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v2
8585
- name: Jenkins status alerts and reporting
86-
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.3.0
86+
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.4.0
8787
id: jenkins-status-alerts-and-reporting
8888
with:
8989
database: experimental/database.json
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
- uses: actions/checkout@v2
145145
- name: Jenkins status alerts and reporting
146-
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.3.0
146+
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.4.0
147147
id: jenkins-status
148148
with:
149149
# ....

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jenkins-status-alerts-and-reporting",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Create a Github Action that monitors the status of Jenkins and generates Markdown reports for your inventory. It also alerts you when the nodes are not functioning properly.",
55
"main": "src/index.js",
66
"private": true,

0 commit comments

Comments
 (0)