Skip to content

Commit 122129b

Browse files
chore(deps): update asdf-vm/actions action to v4
1 parent e7a0ebc commit 122129b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/scip-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Install asdf.
18-
uses: asdf-vm/actions/setup@v2.1.0
18+
uses: asdf-vm/actions/setup@v4.0.0
1919
- name: Cache asdf and asdf-managed tools.
2020
uses: actions/[email protected]
2121
id: asdf-cache
@@ -24,7 +24,7 @@ jobs:
2424
key: asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
2525
- name: Install asdf tools (if not cached).
2626
if: steps.asdf-cache.outputs.cache-hit != 'true'
27-
uses: asdf-vm/actions/install@v2.1.0
27+
uses: asdf-vm/actions/install@v4.0.0
2828
- name: Get npm cache directory
2929
id: npm-cache
3030
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT

.github/workflows/scip-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Install asdf.
17-
uses: asdf-vm/actions/setup@v2.1.0
17+
uses: asdf-vm/actions/setup@v4.0.0
1818
- name: Cache asdf and asdf-managed tools.
1919
uses: actions/[email protected]
2020
id: asdf-cache
@@ -23,7 +23,7 @@ jobs:
2323
key: asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
2424
- name: Install asdf tools (if not cached).
2525
if: steps.asdf-cache.outputs.cache-hit != 'true'
26-
uses: asdf-vm/actions/install@v2.1.0
26+
uses: asdf-vm/actions/install@v4.0.0
2727
- name: Get npm cache directory
2828
id: npm-cache
2929
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)