Skip to content

Commit d688596

Browse files
committedJun 11, 2024··
attempt support ipv6
1 parent a2f11f8 commit d688596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# And if a user has `ipv6: true` set in their yaml config, it wouldn't work otherwise
2525
# <https://github.com/actions/runner-images/issues/668#issuecomment-1872487355>
2626
- name: Setup WARP
27-
uses: fscarmen/warp-on-actions@v2
27+
uses: fscarmen/warp-on-actions@v1.1
2828
- name: Install Node - ${{ matrix.node-version }}
2929
uses: actions/setup-node@v3
3030
with:

0 commit comments

Comments
 (0)
Please sign in to comment.