diff --git a/package.json b/package.json index 2cba836f..0a05bfd4 100644 --- a/package.json +++ b/package.json @@ -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/", diff --git a/tap-snapshots/test/apply/full-content.js.test.cjs b/tap-snapshots/test/apply/full-content.js.test.cjs index ec27ed5d..0fbc9a25 100644 --- a/tap-snapshots/test/apply/full-content.js.test.cjs +++ b/tap-snapshots/test/apply/full-content.js.test.cjs @@ -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" @@ -163,7 +163,7 @@ jobs: name: CI on: - workflow_dispatch: null + workflow_dispatch: pull_request: branches: - '*' @@ -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" @@ -642,7 +642,7 @@ jobs: name: CI - bbb on: - workflow_dispatch: null + workflow_dispatch: pull_request: branches: - '*' @@ -735,7 +735,7 @@ jobs: name: CI - @name/aaaa on: - workflow_dispatch: null + workflow_dispatch: pull_request: branches: - '*' @@ -828,7 +828,7 @@ jobs: name: CI on: - workflow_dispatch: null + workflow_dispatch: pull_request: branches: - '*' diff --git a/tap-snapshots/test/check/diffs.js.test.cjs b/tap-snapshots/test/check/diffs.js.test.cjs index 7dd543a6..73f61c5f 100644 --- a/tap-snapshots/test/check/diffs.js.test.cjs +++ b/tap-snapshots/test/check/diffs.js.test.cjs @@ -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"