@npmcli/template-oss 4.4.2 → 4.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ jobs:
11
11
  {{> job
12
12
  jobName="template-oss"
13
13
  jobIf="github.actor == 'dependabot[bot]'"
14
- jobCheckout=(obj ref="${{ github.event.pull_request.head_ref }}")
14
+ jobCheckout=(obj ref="${{ github.event.pull_request.head.ref }}")
15
15
  }}
16
16
  - name: Fetch Dependabot Metadata
17
17
  id: metadata
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/content/index.js",
6
6
  "bin": {