Skip to content

Commit 2d64590

Browse files
ci: bump jdx/mise-action from v2 to v3 (#617)
The `jdx/mise-action@v2` tag was resolving to a commit that intermittently failed to download from `codeload.github.com`, blocking every CI job at the "Set up job" step (e.g. #616). Bumping to `@v3` points the workflow at a different commit that downloads reliably. The action is used with zero inputs (`.github/workflows/run_tests.yml:41`), so the major-version bump is a drop-in replacement for our usage. ### Checklist Please do the following before merging: - [x] Ensure any public-facing changes are reflected in the [changelog](https://github.com/square/Listable/blob/main/CHANGELOG.md). Include them in the `Main` section. --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2715a3c commit 2d64590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Set up Mise
41-
uses: jdx/mise-action@v2
41+
uses: jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3.6.3
4242

4343
- name: Read env
4444
run: cat .github/workflows/env.properties >> $GITHUB_ENV

0 commit comments

Comments
 (0)