Skip to content

Commit 14d52cd

Browse files
committed
ci: Use asdf action from master branch
Unreleased bug fix.
1 parent 3031f63 commit 14d52cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727

2828
- name: Install asdf
29-
uses: asdf-vm/actions/setup@v1.1.0
29+
uses: asdf-vm/actions/setup@master
3030
with:
3131
asdf_branch: v0.11.0
3232

@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949

5050
- name: Install asdf
51-
uses: asdf-vm/actions/setup@v1.1.0
51+
uses: asdf-vm/actions/setup@master
5252
with:
5353
asdf_branch: v0.11.0
5454

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
languages: ${{ matrix.language }}
3232

3333
- name: Install tools via asdf
34-
uses: asdf-vm/actions/install@v1.1.0
34+
uses: asdf-vm/actions/install@master
3535
with:
3636
asdf_branch: v0.11.0
3737

0 commit comments

Comments
 (0)