Skip to content

Commit

Permalink
Pin asdf-vm/actions action to 6a44239
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2023
1 parent cf2cc7b commit d6ceeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
run: cat modules/satoshi/tf-tool-versions modules/satoshi/k8s-tool-versions > .tool-versions
shell: bash
- name: setup
uses: asdf-vm/actions/setup@v2
uses: asdf-vm/actions/setup@6a442392015fbbdd8b48696d41e0051b2698b2e4 # v2
- name: plugins setup
run: grep -E "^#asdf:" '.tool-versions' | cut -d':' -f2- | tr '\n' '\0' | xargs -0 -n1 -Icmd -- sh -c 'asdf cmd' || true
- name: install
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@6a442392015fbbdd8b48696d41e0051b2698b2e4 # v2

0 comments on commit d6ceeaf

Please sign in to comment.