File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030
3131 # using git commit sha for version of action to ensure we have stable version
3232 - name : Install asdf
33- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
33+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
3434 with :
3535 asdf_version : ${{ steps.asdf-version.outputs.version }}
3636
4444 ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
4545
4646 - name : Install asdf dependencies in .tool-versions
47- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
47+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
4848 with :
4949 asdf_version : ${{ steps.asdf-version.outputs.version }}
5050 env :
Original file line number Diff line number Diff line change 4545
4646 # using git commit sha for version of action to ensure we have stable version
4747 - name : Install asdf
48- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
48+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
4949 with :
5050 asdf_version : ${{ steps.asdf-version.outputs.version }}
5151
5959 ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
6060
6161 - name : Install asdf dependencies in .tool-versions
62- uses : asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
62+ uses : asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6363 with :
6464 asdf_version : ${{ steps.asdf-version.outputs.version }}
6565 env :
You can’t perform that action at this time.
0 commit comments