Skip to content

Commit

Permalink
Merge pull request #15 from UlisesGascon/chore/prepare-v1.4.0
Browse files Browse the repository at this point in the history
chore: bump to 1.4.0
  • Loading branch information
UlisesGascon authored Nov 7, 2023
2 parents 44c95de + 3fcc0c0 commit 88f17ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Jenkins status alerts and reporting
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.3.0
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.4.0
id: jenkins-status-alerts-and-reporting
with:
database: experimental/database.json
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Jenkins status alerts and reporting
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.3.0
uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.4.0
id: jenkins-status
with:
# ....
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "jenkins-status-alerts-and-reporting",
"version": "1.3.0",
"version": "1.4.0",
"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.",
"main": "src/index.js",
"private": true,
Expand Down

0 comments on commit 88f17ae

Please sign in to comment.