Skip to content

Commit

Permalink
CI: migrate RTX to Mise
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Jan 3, 2024
1 parent fc4fa96 commit 078c094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: jdx/rtx-action@v1
- uses: jdx/mise-action@v1

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: jdx/rtx-action@v1
- uses: jdx/mise-action@v1

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down

0 comments on commit 078c094

Please sign in to comment.