Skip to content

Commit 8013254

Browse files
authored
[internal] Update GitHub Actions workflow files (#393)
1 parent e808edb commit 8013254

File tree

13 files changed

+20
-139
lines changed

13 files changed

+20
-139
lines changed

.config/mise.lock

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/build_provider.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ jobs:
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

.github/workflows/build_sdk.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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
@@ -98,10 +96,6 @@ jobs:
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

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
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

.github/workflows/license.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@ jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
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

.github/workflows/main-post-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/prerequisites.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ jobs:
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
@@ -66,7 +64,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)