File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 212212 '"https://github.com/(?<depName>[^/]+/[^/]+)/zipball/(?<currentValue>.+?)"' ,
213213 ] ,
214214 } ,
215- {
216- customType : "regex" ,
217- description : "update mise" ,
218- managerFilePatterns : [
219- "/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/" ,
220- "/(^|/)action\\.ya?ml$/"
221- ] ,
222- datasourceTemplate : "github-release-attachments" ,
223- packageNameTemplate : "jdx/mise" ,
224- depNameTemplate : "mise" ,
225- matchStrings : [
226- "jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?"
227- ] ,
228- }
229215 ] ,
230216}
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1414 with :
1515 fetch-depth : 0 # needed for merge-base below
16- - uses : jdx/mise-action@bfb9fa0b029db830a8c570757cee683df207a6c5 # v2.4.0
17- with :
18- version : v2025.7.11
19- sha256 : fe2d4c5c681c942b2f52bf0c71d04429ba4a5e090973514bde466a411190cd00
16+
17+ - uses : jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
18+
2019 - name : Link check - relative links (all files)
2120 if : github.event_name == 'pull_request'
2221 env :
You can’t perform that action at this time.
0 commit comments