Commit 3aceff5
authored
[skip changelog] Use major version ref for
Use of the major version ref will cause the workflow to benefit from ongoing development to its `actions/github-script`
GitHub Actions action dependency at each patch or minor release up until such time as a new major release is made.
Dependabot will submit a PR at that time, which will serve as the notification that a newer version is available. At that
time, the maintainer should evaluate whether any changes to the workflow are required by the breaking change that
triggered the major release before manually updating the major ref (i.e., `uses: actions/github-script@v5`).actions/github-script action (#1404)1 parent 1985936 commit 3aceff5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments