Skip to content

Commit ae4d138

Browse files
committed
bump
1 parent 92f31ad commit ae4d138

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
ref: ${{ github.event.pull_request.head.sha }}
18-
- name: Setup asdf
19-
uses: asdf-vm/actions/install@v3
18+
- name: Setup Mise
19+
uses: jdx/mise-action@v2
20+
with:
21+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2022
- name: Install dependencies
2123
run: go mod download
2224
- name: Add asdf shims to PATH

0 commit comments

Comments
 (0)