We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f7b0a commit dc7ad2cCopy full SHA for dc7ad2c
.github/workflows/post-dependabot.yml
@@ -54,7 +54,7 @@ jobs:
54
else
55
# strip leading slash from directory so it works as a
56
# a path to the workspace flag
57
- echo "workspace=-w ${dependabot_dir#/}" >> $GITHUB_OUTPUT
+ echo "workspace=--workspace ${dependabot_dir#/}" >> $GITHUB_OUTPUT
58
fi
59
60
- name: Apply Changes
package.json
@@ -52,7 +52,7 @@
52
"author": "GitHub Inc.",
53
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "4.24.4",
+ "version": "4.25.0",
"engines": ">=10",
"distPaths": [
"classes/",
0 commit comments