File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,11 @@ export const blockCTATransitions = base.createBlock({
40
40
} ,
41
41
{
42
42
id : "auto-commit-action" ,
43
- uses : "stefanzweifel/git-auto-commit-action@v5" ,
43
+ uses : resolveUses (
44
+ "stefanzweifel/git-auto-commit-action" ,
45
+ "v5" ,
46
+ options . workflowsVersions ,
47
+ ) ,
44
48
with : {
45
49
commit_author :
46
50
"The Friendly Bingo Bot <[email protected] >" ,
@@ -52,7 +56,11 @@ export const blockCTATransitions = base.createBlock({
52
56
} ,
53
57
{
54
58
if : "steps.auto-commit-action.outputs.changes_detected == 'true'" ,
55
- uses : "mshick/add-pr-comment@v2" ,
59
+ uses : resolveUses (
60
+ "mshick/add-pr-comment" ,
61
+ "v2" ,
62
+ options . workflowsVersions ,
63
+ ) ,
56
64
with : {
57
65
issue : "${{ github.event.pull_request.number }}" ,
58
66
message : [
You can’t perform that action at this time.
0 commit comments