Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 1ecc8ee

Browse files
authored
chore(asdf): AS-596 Use asdf set (#6)
1 parent a38bf01 commit 1ecc8ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
- uses: actions/[email protected]
1515
- uses: actions/[email protected]
1616
- name: install asdf & tools
17-
uses: asdf-vm/actions/install@v3.0.2
17+
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
1818
- uses: pre-commit/[email protected]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ asdf: ## Update plugins, add plugins, install plugins, set local, reshim
1717
@cat .tool-versions | xargs -I{} bash -c 'asdf install {}'
1818

1919
@echo "Setting local package versions..."
20-
@cat .tool-versions | xargs -I{} bash -c 'asdf local {}'
20+
@cat .tool-versions | xargs -I{} bash -c 'asdf set {}'
2121

2222
@echo "Reshimming.."
2323
@asdf reshim

0 commit comments

Comments
 (0)