Skip to content

Commit cb0f778

Browse files
authored
chore: update setup-ramdisk-action (#17883)
Update setup-ramdisk-action to [a version](coder/setup-ramdisk-action@81c5c44) that instructs curl to fail on network errors and retry them. It should mitigate flakes like the one seen here: https://github.com/coder/coder/actions/runs/15068089742/job/42357451808#step:4:54
1 parent 7f9ddd7 commit cb0f778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
# a separate repository to allow its use before actions/checkout.
337337
- name: Setup RAM Disks
338338
if: runner.os == 'Windows'
339-
uses: coder/setup-ramdisk-action@79dacfe70c47ad6d6c0dd7f45412368802641439
339+
uses: coder/setup-ramdisk-action@81c5c441bda00c6c3d6bcee2e5a33ed4aadbbcc1
340340

341341
- name: Checkout
342342
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)