Skip to content

Commit

Permalink
Update dependency @actions/core to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chili Renovate Bot committed Jan 24, 2024
1 parent 108bda8 commit 697d9e8
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 32 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "1.9.0",
"@actions/core": "1.10.1",
"jira-client": "8.1.0"
}
}
33 changes: 24 additions & 9 deletions .github/actions/set-secret/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 .github/actions/set-secret/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "1.9.0",
"@actions/core": "1.10.1",
"libsodium-wrappers": "0.7.10",
"node-fetch": "2.6.7"
}
Expand Down
37 changes: 26 additions & 11 deletions .github/actions/update-description/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 .github/actions/update-description/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "1.9.0",
"@actions/core": "1.10.1",
"@actions/github": "5.0.3"
}
}

0 comments on commit 697d9e8

Please sign in to comment.