We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3031f63 commit 14d52cdCopy full SHA for 14d52cd
.github/workflows/checks.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v3
27
28
- name: Install asdf
29
- uses: asdf-vm/actions/setup@v1.1.0
+ uses: asdf-vm/actions/setup@master
30
with:
31
asdf_branch: v0.11.0
32
@@ -48,7 +48,7 @@ jobs:
48
fetch-depth: 0
49
50
51
52
53
54
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
languages: ${{ matrix.language }}
33
- name: Install tools via asdf
34
- uses: asdf-vm/actions/install@v1.1.0
+ uses: asdf-vm/actions/install@master
35
36
37
0 commit comments