Skip to content

Commit 9ada123

Browse files
authored
chore: make the $RUNNER_TEMP RAM disk bigger on Windows in CI (#18050)
1 parent afaa20e commit 9ada123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
# a separate repository to allow its use before actions/checkout.
336336
- name: Setup RAM Disks
337337
if: runner.os == 'Windows'
338-
uses: coder/setup-ramdisk-action@a4b59caa8be2e88c348abeef042d7c1a33d8743e
338+
uses: coder/setup-ramdisk-action@e1100847ab2d7bcd9d14bcda8f2d1b0f07b36f1b
339339

340340
- name: Checkout
341341
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -436,7 +436,7 @@ jobs:
436436
# a separate repository to allow its use before actions/checkout.
437437
- name: Setup RAM Disks
438438
if: runner.os == 'Windows'
439-
uses: coder/setup-ramdisk-action@a4b59caa8be2e88c348abeef042d7c1a33d8743e
439+
uses: coder/setup-ramdisk-action@e1100847ab2d7bcd9d14bcda8f2d1b0f07b36f1b
440440

441441
- name: Checkout
442442
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)