fix(ci): use correct version tag for setup-ramdisk action
The action uses v1.0.1, not v1 (no v1 alias exists). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
|||||||
# RAM disk provides ~1750x faster IOPS than Windows C: drive
|
# RAM disk provides ~1750x faster IOPS than Windows C: drive
|
||||||
# This dramatically speeds up SQLite tests and temp file operations
|
# This dramatically speeds up SQLite tests and temp file operations
|
||||||
- name: Setup RAM Disk
|
- name: Setup RAM Disk
|
||||||
uses: chad-golden/setup-ramdisk@v1
|
uses: chad-golden/setup-ramdisk@v1.0.1
|
||||||
with:
|
with:
|
||||||
size-in-mb: 4096
|
size-in-mb: 4096
|
||||||
drive-letter: 'R'
|
drive-letter: 'R'
|
||||||
@@ -100,7 +100,7 @@ jobs:
|
|||||||
# RAM disk provides ~1750x faster IOPS than Windows C: drive
|
# RAM disk provides ~1750x faster IOPS than Windows C: drive
|
||||||
# This dramatically speeds up SQLite tests and temp file operations
|
# This dramatically speeds up SQLite tests and temp file operations
|
||||||
- name: Setup RAM Disk
|
- name: Setup RAM Disk
|
||||||
uses: chad-golden/setup-ramdisk@v1
|
uses: chad-golden/setup-ramdisk@v1.0.1
|
||||||
with:
|
with:
|
||||||
size-in-mb: 4096
|
size-in-mb: 4096
|
||||||
drive-letter: 'R'
|
drive-letter: 'R'
|
||||||
|
|||||||
Reference in New Issue
Block a user