File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ concurrency:
2727 cancel-in-progress : true
2828
2929env :
30- ACT_VERSION : v0 .2.82
30+ ACT_VERSION : " 0 .2.82"
3131
3232permissions :
3333 contents : read
5757 run : |
5858 curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash -s -- -b /usr/bin "${ACT_VERSION}"
5959 env :
60- ACT_VERSION : ${{ env.ACT_VERSION }}
60+ ACT_VERSION : v ${{ env.ACT_VERSION }}
6161 GH_TOKEN : ${{ github.token }}
6262 shell : bash
6363
Original file line number Diff line number Diff line change 8787 "packageNameTemplate" : " rhysd/actionlint" ,
8888 "datasourceTemplate" : " github-releases" ,
8989 "extractVersionTemplate" : " ^v?(?<version>.*)$"
90+ },
91+ {
92+ "customType" : " regex" ,
93+ "managerFilePatterns" : [" \\ .github/workflows/.*\\ .ya?ml$" ],
94+ "matchStrings" : [" ACT_VERSION:\\ s*\" (?<currentValue>[^\" ]+)\" " ],
95+ "depNameTemplate" : " act" ,
96+ "packageNameTemplate" : " nektos/act" ,
97+ "datasourceTemplate" : " github-releases" ,
98+ "extractVersionTemplate" : " ^v?(?<version>.*)$"
9099 }
91100 ],
92101 "minimumReleaseAge" : " 14 days" ,
You can’t perform that action at this time.
0 commit comments