Skip to content

Commit b7969f3

Browse files
committed
chore: bump asdf github actions
1 parent b1c93a9 commit b7969f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v2
1919
- name: asdf_install
20-
uses: asdf-vm/actions/install@v3
20+
uses: asdf-vm/actions/install@v3.0.2
2121
- run: make install-dev-tools
2222
# Make asdf aware of globally installed binaries
2323
- run: asdf reshim
@@ -35,5 +35,5 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v2
3737
- name: asdf_install
38-
uses: asdf-vm/actions/install@v3
38+
uses: asdf-vm/actions/install@v3.0.2
3939
- run: make shellcheck

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- name: asdf_install
21-
uses: asdf-vm/actions/install@v3
21+
uses: asdf-vm/actions/install@v3.0.2
2222
- run: make clean
2323
- run: make build-amd
2424
- run: make build-arm

0 commit comments

Comments
 (0)