Skip to content

Commit

Permalink
deps: yaml@2.0.0-11
Browse files Browse the repository at this point in the history
Fixes `null` bug in generating yaml
  • Loading branch information
wraithgar authored and lukekarrys committed Mar 29, 2022
1 parent da74ad9 commit a1e3c57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"npm-package-arg": "^9.0.1",
"proc-log": "^2.0.0",
"semver": "^7.3.5",
"yaml": "^2.0.0-10"
"yaml": "^2.0.0-11"
},
"files": [
"bin/",
Expand Down
12 changes: 6 additions & 6 deletions tap-snapshots/test/apply/full-content.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ updates:
name: Audit
on:
workflow_dispatch: null
workflow_dispatch:
schedule:
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
- cron: "0 1 * * 1"
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
name: CI
on:
workflow_dispatch: null
workflow_dispatch:
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -612,7 +612,7 @@ updates:
name: Audit
on:
workflow_dispatch: null
workflow_dispatch:
schedule:
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
- cron: "0 1 * * 1"
Expand Down Expand Up @@ -642,7 +642,7 @@ jobs:
name: CI - bbb
on:
workflow_dispatch: null
workflow_dispatch:
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -735,7 +735,7 @@ jobs:
name: CI - @name/aaaa
on:
workflow_dispatch: null
workflow_dispatch:
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -828,7 +828,7 @@ jobs:
name: CI
on:
workflow_dispatch: null
workflow_dispatch:
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/check/diffs.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ The repo file audit.yml needs to be updated:
name: Audit
on:
workflow_dispatch: null
workflow_dispatch:
schedule:
# "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
- cron: "0 1 * * 1"
Expand Down

0 comments on commit a1e3c57

Please sign in to comment.