mirror of
https://gitea.com/actions/dorny-paths-filter.git
synced 2026-01-01 03:48:20 +00:00
Update all dependencies
This commit is contained in:
@@ -43,7 +43,7 @@ export class Filter {
|
||||
return
|
||||
}
|
||||
|
||||
const doc = jsyaml.safeLoad(yaml) as FilterYaml
|
||||
const doc = jsyaml.load(yaml) as FilterYaml
|
||||
if (typeof doc !== 'object') {
|
||||
this.throwInvalidFormatError('Root element is not an object')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user