Skip to content

Commit

Permalink
Update continuous-integration.md (#3696)
Browse files Browse the repository at this point in the history
Version in these docs gets a 404 when I try it, latest at 2024.12.14 seems to work.
  • Loading branch information
highb authored Dec 18, 2024
1 parent 5311de5 commit 5079f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
version: 2023.12.0 # [default: latest] mise version to install
version: 2024.12.14 # [default: latest] mise version to install
install: true # [default: true] run `mise install`
cache: true # [default: true] cache mise using GitHub's cache
experimental: true # [default: false] enable experimental features
Expand Down

0 comments on commit 5079f49

Please sign in to comment.