Skip to content

Commit f787159

Browse files
renovate-botKurt-von-Laven
authored andcommitted
fix(deps): bump asdf-vm/actions action to v2.1.0
| datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | asdf-vm/actions | v2.0.0 | v2.1.0 |
1 parent 23d155e commit f787159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
with:
6565
ruby-version: ${{ steps.tool-versions.outputs.ruby }}
6666
- name: Install asdf.
67-
uses: asdf-vm/actions/setup@v2.0.0
67+
uses: asdf-vm/actions/setup@v2.1.0
6868
with:
6969
asdf_branch: v0.11.2
7070
- name: Cache asdf and asdf-managed tools.
@@ -78,7 +78,7 @@ runs:
7878
}}
7979
- name: Install asdf-managed tools based on .tool-versions.
8080
if: steps.asdf-cache.outputs.cache-hit != 'true'
81-
uses: asdf-vm/actions/install@v2.0.0
81+
uses: asdf-vm/actions/install@v2.1.0
8282
- name: Restore .tool-versions.
8383
run: git restore .tool-versions
8484
shell: bash

0 commit comments

Comments
 (0)