File tree Expand file tree Collapse file tree 13 files changed +20
-139
lines changed
Expand file tree Collapse file tree 13 files changed +20
-139
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5959 - name : Setup mise
6060 uses : jdx/mise-action@v3
6161 with :
62- # Latest working version. See https://github.com/jdx/mise/discussions/6781
63- version : 2025.10.16
62+ version : 2025.11.6
6463 github_token : ${{ secrets.GITHUB_TOKEN }}
65- cache_key : " mise-{{platform}}-{{file_hash}}"
6664 # only saving the cache in the prerequisites job
6765 cache_save : false
6866 # Based on https://github.com/actions/cache/blob/main/examples.md#go---modules
Original file line number Diff line number Diff line change @@ -57,15 +57,13 @@ jobs:
5757 - name : Setup mise
5858 uses : jdx/mise-action@v3
5959 with :
60- # Latest working version. See https://github.com/jdx/mise/discussions/6781
61- version : 2025.10.16
60+ version : 2025.11.6
6261 github_token : ${{ secrets.GITHUB_TOKEN }}
63- cache_key : " mise-{{platform}}-{{file_hash}}"
6462 # only saving the cache in the prerequisites job
6563 cache_save : false
6664 - name : Setup Go Cache
6765 if : matrix.language == 'go' || contains(matrix.language, 'go')
68- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
66+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
6967 with :
7068 cache-dependency-path : |
7169 provider/*.sum
9896 sdk/nodejs/package.json
9997 sdk/python/pyproject.toml
10098 sdk/java/build.gradle
101- **/mise.lock
102- **/.config/mise.lock
103- **/mise.*.lock
104- **/.config/mise.*.lock
10599 - name : Commit ${{ matrix.language }} SDK changes for Renovate
106100 # If the worktree is dirty and this is a Renovate PR to bump
107101 # dependencies, commit the updated SDK and push it back to the PR. The
Original file line number Diff line number Diff line change 3535 - name : Setup mise
3636 uses : jdx/mise-action@v3
3737 with :
38- # Latest working version. See https://github.com/jdx/mise/discussions/6781
39- version : 2025.10.16
38+ version : 2025.11.6
4039 github_token : ${{ secrets.GITHUB_TOKEN }}
41- cache_key : " mise-{{platform}}-{{file_hash}}"
4240 # only saving the cache in the prerequisites job
4341 cache_save : false
4442
Original file line number Diff line number Diff line change 2424 - name : Setup mise
2525 uses : jdx/mise-action@v3
2626 with :
27- # Latest working version. See https://github.com/jdx/mise/discussions/6781
28- version : 2025.10.16
27+ version : 2025.11.6
2928 github_token : ${{ secrets.GITHUB_TOKEN }}
30- cache_key : " mise-{{platform}}-{{file_hash}}"
3129 # only saving the cache in the prerequisites job
3230 cache_save : false
3331 - run : make prepare_local_workspace
Original file line number Diff line number Diff line change 2424 - name : Setup mise
2525 uses : jdx/mise-action@v3
2626 with :
27- # Latest working version. See https://github.com/jdx/mise/discussions/6781
28- version : 2025.10.16
27+ version : 2025.11.6
2928 github_token : ${{ secrets.GITHUB_TOKEN }}
3029 cache_save : false # A different job handles caching our tools.
3130 - name : disarm go:embed directives to enable lint
Original file line number Diff line number Diff line change @@ -51,14 +51,12 @@ jobs:
5151 - name : Setup mise
5252 uses : jdx/mise-action@v3
5353 with :
54- # Latest working version. See https://github.com/jdx/mise/discussions/6781
55- version : 2025.10.16
54+ version : 2025.11.6
5655 github_token : ${{ secrets.GITHUB_TOKEN }}
57- cache_key : " mise-{{platform}}-{{file_hash}}"
5856 # only saving the cache in the prerequisites job
5957 cache_save : false
6058 - name : Setup Go Cache
61- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
59+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
6260 with :
6361 cache-dependency-path : |
6462 provider/*.sum
Original file line number Diff line number Diff line change @@ -63,14 +63,12 @@ jobs:
6363 - name : Setup mise
6464 uses : jdx/mise-action@v3
6565 with :
66- # Latest working version. See https://github.com/jdx/mise/discussions/6781
67- version : 2025.10.16
66+ version : 2025.11.6
6867 github_token : ${{ secrets.GITHUB_TOKEN }}
69- cache_key : " mise-{{platform}}-{{file_hash}}"
7068 # only saving the cache in the prerequisites job
7169 cache_save : true
7270 - name : Setup Go Cache
73- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
71+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
7472 with :
7573 cache-dependency-path : |
7674 provider/*.sum
Original file line number Diff line number Diff line change 5656 - name : Setup mise
5757 uses : jdx/mise-action@v3
5858 with :
59- # Latest working version. See https://github.com/jdx/mise/discussions/6781
60- version : 2025.10.16
59+ version : 2025.11.6
6160 github_token : ${{ secrets.GITHUB_TOKEN }}
62- cache_key : " mise-{{platform}}-${{ hashFiles('mise.lock') }}"
6361 cache_save : false
6462 - name : Configure AWS Credentials
6563 uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
@@ -146,10 +144,8 @@ jobs:
146144 - name : Setup mise
147145 uses : jdx/mise-action@v3
148146 with :
149- # Latest working version. See https://github.com/jdx/mise/discussions/6781
150- version : 2025.10.16
147+ version : 2025.11.6
151148 github_token : ${{ secrets.GITHUB_TOKEN }}
152- cache_key : " mise-{{platform}}-{{file_hash}}"
153149 # only saving the cache in the prerequisites job
154150 cache_save : false
155151 - name : Setup Node
Original file line number Diff line number Diff line change 5353 env :
5454 MISE_ENV : test
5555 with :
56- # Latest working version. See https://github.com/jdx/mise/discussions/6781
57- version : 2025.10.16
56+ version : 2025.11.6
5857 github_token : ${{ secrets.GITHUB_TOKEN }}
59- cache_key : " mise-{{platform}}-{{file_hash}}"
6058 # also save this cache since we are using a different mise env.
6159 cache_save : true
6260 - name : Prepare local workspace
6664 - name : Download bin
6765 uses : ./.github/actions/download-provider
6866 - name : Setup Go Cache
69- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
67+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
7068 if : matrix.language == 'go' || contains(matrix.language, 'go')
7169 with :
7270 cache-dependency-path : |
You can’t perform that action at this time.
0 commit comments