File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 176176 'npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)' ,
177177 ] ,
178178 } ,
179+ {
180+ customType : "regex" ,
181+ description : "update mise" ,
182+ managerFilePatterns : [
183+ "/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/" ,
184+ "/(^|/)action\\.ya?ml$/"
185+ ] ,
186+ datasourceTemplate : "github-release-attachments" ,
187+ packageNameTemplate : "jdx/mise" ,
188+ depNameTemplate : "mise" ,
189+ matchStrings : [
190+ "jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?"
191+ ] ,
192+ }
179193 ] ,
180194}
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414 with :
1515 fetch-depth : 0 # needed for merge-base below
16- - uses : jdx/mise-action@5cb1df66ed5e1fb3c670ea0b62fd17a76979826a # v2.3.1
16+ - uses : jdx/mise-action@bfb9fa0b029db830a8c570757cee683df207a6c5 # v2.4.0
17+ with :
18+ version : v2025.7.11
19+ sha256 : fe2d4c5c681c942b2f52bf0c71d04429ba4a5e090973514bde466a411190cd00
1720 - name : Link check - relative links (all files)
1821 if : github.event_name == 'pull_request'
1922 env :
You can’t perform that action at this time.
0 commit comments