Skip to content

Commit c0f3f2e

Browse files
committed
ci: bump mise-action, so it hopefully fixes the behaviour
1 parent 1eb2ce8 commit c0f3f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-eql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: jdx/mise-action@v2
44+
- uses: jdx/mise-action@v3
4545
with:
4646
version: 2025.11.2 # [default: latest] mise version to install
4747
install: true # [default: true] run `mise install`
4848
cache: true # [default: true] cache mise using GitHub's cache
49+
cache_key_prefix: "mise-v3"
4950

5051
- name: Setup database (Postgres ${{ matrix.postgres-version }})
5152
run: |

0 commit comments

Comments
 (0)