Skip to content

Commit de21e29

Browse files
chore(deps): bump asdf-vm/actions from 2.0.0 to 2.1.0 (#542)
1 parent 89a93e5 commit de21e29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- uses: asdf-vm/actions/install@v2.0.0
20+
- uses: asdf-vm/actions/install@v2.1.0
2121
- name: Get yarn cache directory path
2222
id: yarn-cache-dir-path
2323
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: asdf-vm/actions/install@v2.0.0
14+
- uses: asdf-vm/actions/install@v2.1.0
1515
- name: Get yarn cache directory path
1616
id: yarn-cache-dir-path
1717
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
27-
- uses: asdf-vm/actions/install@v2.0.0
27+
- uses: asdf-vm/actions/install@v2.1.0
2828
- name: Get yarn cache directory path
2929
id: yarn-cache-dir-path
3030
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v3
40-
- uses: asdf-vm/actions/install@v2.0.0
40+
- uses: asdf-vm/actions/install@v2.1.0
4141
- name: Get yarn cache directory path
4242
id: yarn-cache-dir-path
4343
run: echo "dir=$(yarn cache dir)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)