Skip to content

Commit 730c822

Browse files
chore(deps): update asdf-vm/actions action to v2.2.0
1 parent a29134b commit 730c822

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@v2.2.0
1919
- name: Cache asdf and asdf-managed tools.
2020
uses: actions/cache@v4
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@v2.2.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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Install asdf.
20-
uses: asdf-vm/actions/setup@v2.1.0
20+
uses: asdf-vm/actions/setup@v2.2.0
2121
- name: Cache asdf and asdf-managed tools.
2222
uses: actions/cache@v4
2323
id: asdf-cache
@@ -26,7 +26,7 @@ jobs:
2626
key: asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
2727
- name: Install asdf tools (if not cached).
2828
if: steps.asdf-cache.outputs.cache-hit != 'true'
29-
uses: asdf-vm/actions/install@v2.1.0
29+
uses: asdf-vm/actions/install@v2.2.0
3030
- name: Get npm cache directory
3131
id: npm-cache
3232
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)