mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
ci/github-script: add instructions for dependency updates
This commit is contained in:
parent
d70a72500c
commit
3a4282bc13
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"private": true,
|
||||
"//": [
|
||||
"Keep `@actions/core` and `@actions/github` in sync with",
|
||||
"https://github.com/actions/github-script/blob/main/package.json.",
|
||||
"Keep `@actions/artifact` and `bottleneck` in sync with",
|
||||
"`.github/workflows/bot.yml`."
|
||||
],
|
||||
"dependencies": {
|
||||
"@actions/artifact": "5.0.3",
|
||||
"@actions/core": "1.11.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue