Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/scip-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install asdf.
uses: asdf-vm/actions/setup@v2.1.0
uses: asdf-vm/actions/setup@v4.0.0
- name: Cache asdf and asdf-managed tools.
uses: actions/cache@v4
id: asdf-cache
Expand All @@ -24,7 +24,7 @@ jobs:
key: asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
- name: Install asdf tools (if not cached).
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2.1.0
uses: asdf-vm/actions/install@v4.0.0
- name: Get npm cache directory
id: npm-cache
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scip-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install asdf.
uses: asdf-vm/actions/setup@v2.1.0
uses: asdf-vm/actions/setup@v4.0.0
- name: Cache asdf and asdf-managed tools.
uses: actions/cache@v4
id: asdf-cache
Expand All @@ -26,7 +26,7 @@ jobs:
key: asdf-${{ runner.os}}-${{ hashFiles('**/.tool-versions') }}
- name: Install asdf tools (if not cached).
if: steps.asdf-cache.outputs.cache-hit != 'true'
uses: asdf-vm/actions/install@v2.1.0
uses: asdf-vm/actions/install@v4.0.0
- name: Get npm cache directory
id: npm-cache
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
Expand Down
Loading