]> go.fuhry.dev Git - fsnotify.git/commitdiff
Fix BSD CI ... hopefully
authorMartin Tournoij <martin@arp242.net>
Wed, 16 Nov 2022 02:11:40 +0000 (03:11 +0100)
committerMartin Tournoij <martin@arp242.net>
Wed, 16 Nov 2022 02:11:40 +0000 (03:11 +0100)
.github/workflows/test.yml

index 0a8455022582c7c46d201b0e2f3177ceca41be30..23431e7442ca13f0239e57a97da95d301a87a701 100644 (file)
@@ -80,7 +80,7 @@ jobs:
       - uses: actions/checkout@v3
       - name: test (freebsd, 1.18)
         id: test
-        uses: vmactions/freebsd-vm@v0.2.0
+        uses: vmactions/freebsd-vm@v0
         with:
           usesh: true
           prepare: pkg install -y go
@@ -102,7 +102,7 @@ jobs:
       - uses: actions/checkout@v3
       - name: test (openbsd, 1.17)
         id: test
-        uses: vmactions/openbsd-vm@v0.0.6
+        uses: vmactions/openbsd-vm@v0
         with:
           prepare: pkg_add go
           run: |
@@ -117,7 +117,7 @@ jobs:
       - uses: actions/checkout@v3
       - name: test (netbsd, 1.18)
         id: test
-        uses: vmactions/netbsd-vm@v0.0.4
+        uses: vmactions/netbsd-vm@v0
         with:
           prepare: pkg_add go
           # TODO: no -race for the same reason as OpenBSD (the timing; it does run).